Errata Sheet SCJA Sun Certified Java Associate Study Guide (Exam CX-310-019) By: Robert Liguori and Ed Finegan ISBN 0071490035 Errata as of 09/27/10 Page xxxiii: The Row between objectives 2.2 and 6.1 in the Exam Readiness Checklist should read "Java-Related Platforms and Technologies" and not "Object-Oriented Basic Concepts". Page 5: "The lessoned learned: Always package your code, unless your coding project is trivial in nature" should read "The lesson learned: Always package your code, unless your coding project is trivial in nature" Page 8: "Imports the static member CS_GRAY of Color class of package java.awt (j2se 5.0 onward only)." should read "Imports the static member CS_GRAY of ColorSpace class of package java.awt (j2se 5.0 onward only)." Page 13: The generalization graphic path in the figure for question 13 should be a solid line with a closed arrowhead (with white in the middle of it). The depicted arrowhead is solid black, therefore it is incorrect. Page 327: "Task programmer A to build a SQL database and interface code with the JNDI API of the Java SE platform." should read "Task programmer A to build a SQL database and interface code with the JDBC API of the Java SE platform." CD exam #47: "for (int i = 0; i < 3 ; i++) { for (int i = 0; i < 3; i++) { System.out.println("Values: " + i + " " + j); } }" should read "for (int i = 0; i < 3 ; i++) { for (int j = 0; j <= 3; j++) { System.out.println("Values: " + i + " " + j); } }" CD and online exams: Pipe characters where 'returns' should be, should be removed. This relates to CD exam questions 10, 18, 26, 39 and 47. Thanks to the following readers for submitting errata: Mike Kaminsky Graham Lauderdale Uy Hoang