
javacertification
Scjp Faq
Certified Java Programmer (SCJP)
Oracle acquired Sun in 2010, and since that time Oracle's hardware and software engineers have worked side-by-side to build fully integrated systems and optimized solutions designed to achieve performance levels that are unmatched in the industry.JCERT: SCJP 1.5 Frequently Asked Questions
Frequently asked Questions on Java Programmer Certification by Marcus GreenThe For-Each Loop
Iterating over a collection is uglier than it needs to be. Consider the following method, which takes a collection of timer tasks and cancels them:Enums
In prior releases, the standard way to represent an enumerated type was the int Enum pattern: // int Enum Pattern - has severe problems! public static final int SEASON_WINTER = 0; public static final int SEASON_SPRING = 1; public static final int SEASON_SUMMER = 2; public static final int SEASON_FALL = 3;Lesson: Regular Expressions (The Java™ Tutorials > Essential Classes)
This lesson explains how to use the java.util.regex API for pattern matching with regular expressions.Mock Exam List The following is a list of sample mock exams for the Sun Certified Java Programmer Exam (SCJP). Please check with Sun's site for the latest SCJP exam objectives, and other related information here .

