Essentials of the JavaTM Programming Language:
A Hands-On Guide, Part 2
by Monica Pawlan
[CONTENTS] [NEXT>>]
This series of lessons builds on the material presented in
JavaTM Programming Language Basics,
Part 1, which introduced applications, applets, and
servlets; simple file and database access operations; and remote
method invocation (RMI).
The lessons and code examples for Part 2 are somewhat more complex.
They walk you through network communications, building a user
interface using more components, data encryption and
decryption (pseudo code only), grouping multiple data elements into one object
(collections), and internationalizing a program. Part 2
concludes with some object-oriented programming concepts.
Contents
Lesson 1: Socket Communications
Lesson 2: User Interfaces Revisited
Lesson 3: Cryptography
Lesson 4: Serialization
Lesson 5: Collections
Lesson 6: Internationalization
Lesson 7: Packages and Java Archive File Format
Lesson 8: Object-Oriented Programming
In Closing
Reader Feedback
Tell us what you think of this training book and
earn two DukeDollars.
[TOP]