Hello all.
I'm going through the examples in Sun Certified Programmer For
Java 5 guide by Bert Bates and Kathy Sierra. When I reach chapter 6 page 447 ( the example on Serialization) , i try to code the example but my code was able to run successfully without the java.io.NotSerializableException. Even I did not code both classes to implement the Serializable interface. Did I left out anything or did something wrong?
Here's the full code. Thanks in advance!
EDIT by mw: Added
Code Tags and disabled smilies.
[ April 07, 2007: Message edited by: marc weber ]