Java Quick Reference
  Language Fundamentals
  Operators and Assignments
  Flow Control and Exceptions
  Declarations and Access Control
  Garbage Collection
  Overloading and Overriding
  Threads
  The java.lang Package
  The java.util Package
  The java.awt Package
  The java.io Package
  References
  Miscellaneous Notes
  Tips & Traps
  Mock Exams

SCJP2 Study Notes

This section contains study notes for the Sun Certified Java 2 Programmer Exam (SCJP2).

!!! ALWAYS CHECK SUN'S SITE FOR THE LATEST OBJECTIVES !!!

Usage

  • use the menu on the left to navigate the various Certification Objective pages
  • use the menu on the bottom of the Objective and note pages to navigate notes related to the selected Objective
  • save and compile the Code Examples to see Java concepts in action
  • Tips are things to be keep in mind when taking the exam
  • Traps are things to watch out for when taking the exam
Testing concepts

If you're having a problem with a concept, WRITE SOME CODE to test it! DO NOT use an IDE! Compile all your test code from the command line; this ensures you'll see all the errors the compiler may create.



!!! Study Tip !!!

Visit JavaRanch on a regular basis!
It's the best site on the Web if you want to learn everything and anything about Java!

Pick up a good certification study guide. There are a number of excellent ones on the market.

Best of luck in your studies!