Java Examples in a Nutshell, 3rd Edition by David Flanagan The following errata were *corrected* in the 7/04 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem [246] Example 10-2; The code for example 10-2, as it was printed would not compile. The first line of the example NOW READS: package je3.serialization; Next, there are four places where the code read "IntList" when it should read SerialIntList. In lines 65, 66, 83, and 85 "IntList" NOW READS "SerialIntList".