Sun Certified Java Programmer 1.4 Exam Notes and tips

by Sandeep Desai

 

Books:

Thinking in Java 3rd ed by Bruce Eckel

Sun Certified Java Programmer by Kathy Sierra and Bert Bats

 

Mock exams: Whizlabs SCJP 1.4 exam, Javaranch Mock exam list, JDiscuss

 

Compilation Checklist

 

See the following documents for SCJP 1.4 notes. They cover more topics than required by SCJP 1.4

 

Fundamentals.java demonstrates primitive data types, arrays, controls etc

Objects.java inheritance, exceptions, inner classes

JavaCollections.java demonstrates how to create Lists, Sets and Hash Tables (Associative Arrays)

JavaThreads.java demonstrated how to create and use Threads