Java in a Nutshell, 3rd Edition by David Flanagan The following changes were made in the 2/00 reprint: (xvi) The following information was added to the "Request for Comment" section: We have a web site for the book, where we'll list examples, errata, and any plans for future editions. You can access this page at: http://www.oreilly.com/catalog/9781565924871/ For more information about this book and others, see the O'Reilly web site: http://www.oreilly.com (7) 3rd Paragraph, last sentence; The last sentence no longer has "is" and "has" together. [24] 1st paragraph under Integer Types heading; did read As shown in Table 2-3, now reads As shown in Table 2-2, (45) 3rd paragraph, 2nd line; did read [..] that is defined within a method orx compound statement. [..] now reads [..] that is defined within a method or compound statement. [..] {55} Code in middle, Line 3: ... 0")); only one ')' is needed {55} Last paragraph: java.langThrowable should be java.lang.Throwable (71) 3rd paragraph; Under "Copying Objects and Arrays", "codex" now reads "code" {81} No struct and union types Should mention that subclassing replaces most union behavior (151) Last paragraph; "carefu" now reads "careful"