LAB information
Introduction Object-oriented programming
Collections might be helpful for lab 1
Client/Server Lab Information and How to Submit
If both client and server are GUIs, you might need to set your $DISPLAY variable on UNIX to see the Frame:
Korn Shell: export DISPLAY=ip_address:0
C Shell: setenv DISPLAY=ip_address:0
Here are some notes on parsing input files. They are from another
class-CSCI 151 (now 311) (and they used applets - thus the URL), but the parsing stuff
might be useful to you.
Actually most of you will probably use the new 5.0 java.util.Scanner ( examples ) Database
Saving Information: Serialization