javacertification

TwitterFacebook
Get flash to fully experience Pearltrees
http://examlab.tk/ ExamLab for SCJP 6.0

examlab.tk

http://www.coderanch.com/t/446450/sr/certification/SCJP-Cleared-Or-effectively-confidently I nailed down SCJP 6 exam yesterday! I did 84%, however, was a bit frustrated with my score, as I was aiming confidently to score 100%.

SCJP 6 Cleared! Or how to effectively and confidently pass SCJP exam... (Sun Certification Results forum at JavaRanch)

http://www.coderanch.com/how-to/java/SCJP-FAQ#16diff15 The upgrade exams are for candidates who already hold an SCJP certification under a prior version and want to be certified under a more recent version.

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

I took and passed the Sun Certified Java Programmers Exam in September 1998. 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 http://www.coderanch.com/how-to/java/ScjpMockTests

Scjp Mock Tests