- On page 95, the java variable definition "String s = "a"" the correct definition should be "StringBuffer s = new StringBuffer("a")". Reported by Gabor Andras
- On page 293, the variable "celciusTemperature" the correct spelling should be "celsiusTemperature". Reported by Carl Manaster
- Page XXii of Preface section, Line 2 should be SET UNUSED and not SE,T UNUSED. Reported by Pramod
- Page 293, multiple instances of variable name "lenghtInCentimeters" the correct spelling should be "lengthInCentimeters". Reported by Tom Gib
- Page 186, Figure 7.10 changed to include a transition period. New diagram can be found at Introduce Default Value Reported by Scott
- Page 104, Figure 6.8 changed to convert Customer to Account relationship to one-to-one. New diagram can be found at Move Column Reported by Janick Reynders