How is the SCJP 1.6 exam different from the SCJP 1.5?
• Exam objectives: Several new API classes/interfaces have been added: java.io.Console, java.util.NavigableSet, java.util.NavigableMap. Explicit garbage collector calls (i.e. System.gc()) will no longer be tested, but candidates will still be expected to understand garbage collection and the finalize() method. Also, the following topics will be tested in greater depth: exception handling, collections, assertions, threads, and flow control. See this topic and SCJP 6 vs SCJP 5 for more detail. • Number of questions: 72 (no change) • Time: 210 minutes (increased from 175 minutes) • Passing score: 65% (increased from 59%) • Format of questions: No change.