Errata, Absolute Java 6th edition, Walt Savitch
Error list as of 5/2/2015. Email any errors to kenrick@uaa.alaska.edu
-
Page 116, Chapter 3. The line "else if (s1.compareTo(s2) < 0)" should be "else if (s1.compareTo(s2) > 0)"
-
Page 368: Self-test exercise 12, "char i" should be "int i"
-
Page 650: Programming Project 11, reference to 10.8 should be 10.9
-
Page 691, Chapter 11. Programming Project 11. Output no word ladder
exists if one is not found within a ladder of 7 words.
-
Page 911: Line 45 should read: setUnion.addAll(green);
-
Page 947: Chapter 16. Programming Project 10. The word "vector" in the
second to last sentence should read "ArrayList".