views:

404

answers:

3

Is this the right time to go for a scjp certification?With Oracle being the authority won't SCJP lose its value as and when OCJP gets announced instead of the former? my worry is will one be able to go for the next level like SCWCD, once the change is brought about by oracle?

A: 

Yes! Go for it!

Thorbjørn Ravn Andersen
+1  A: 

The initials shouldn't make much difference. SCJP, OCJP, both offer something objective that can enhance a beginners resume.

FarmBoy
+3  A: 

SCJP and all Java-related certifications are still highly considered by employers, so you can safely go for it. If Oracle changes the certification name or even cancels it, who cares ? It's like driving a car that's not sold anymore : it still works, and you still know how to drive.

I'd further add that in the certification process, the certification itself is not the most important : what's really important is that you learned something along the way. You'll feel more confident, use more elegant structures in your code, and understand other's code (eg popular frameworks' code) more easily.

So : GO FOR IT !

Olivier (SCJP5 certified, score 100%)

Olivier Croisier
@Olivier could you suggest a book for scjp
abson
Sure. The one-stop book for the SCJP certification is this one : http://www.amazon.com/SCJP-Certified-Programmer-Java-310-065/dp/0071591060I also recommend buying Whizlab's training kit, which provides 8 or 10 full tests, statistics on your progression, and much more.Also, don't rush. It took me 6-8 months to get prepared, and I already had a great java programming experience. Read the book carefully, write small programs to test everything, read the Java Language Specification, You can also do the quizs on my blog (thecodersbreakfast.net, in french, but java code is universal :).
Olivier Croisier
I totally agree with Olivier. I have SCJP, SCWCD, and I'm planning on SCBCD later this year. I learn tons each time.
FarmBoy