javacertification

FacebookTwitter
https://www.coderanch.com/how-to/java/SCJP-FAQ#16diff15 Please use the SCJP forum to post your own question - ScjpWallOfFame SCJP FAQ Contents Questions about Sun Resources General Questions about the Exams

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. http://www.oracle.com/us/sun/index.htm

JCERT: SCJP 1.5 Frequently Asked Questions

Frequently asked Questions on Java Programmer Certification by Marcus Green http://www.examulator.com/moodle/mod/resource/view.php?id=169

The 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: http://docs.oracle.com/javase/1.5.0/docs/guide/language/foreach.html
http://docs.oracle.com/javase/1.5.0/docs/guide/language/enums.html

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;
http://docs.oracle.com/javase/tutorial/essential/regex/

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.
The JDK 1.5 SCJP Exam http://www.examulator.com/moodle/mod/resource/view.php?id=183

JCERT: The JDK 1.5 SCJP Exam

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 . https://www.coderanch.com/how-to/java/ScjpMockTests

Scjp Mock Tests