Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
  • Which exam(s) should be given for Java certification from Oracle.
  • is Oracle 1Z0-851 exam old SCJP ?
  • Recommend book which covers Oracle 1Z0-851 exam?
share|improve this question

migrated from stackoverflow.com Jul 31 '11 at 10:56

3 Answers

If you're talking about this one here: link to oracle web-site, I can say that only stuff related to time and passing rate has changed. But the exam content is still the same (JavaSE6). I'm studying to take the exam and the following ones and I'm using the following material:

SCJP Sun Certified Programmer for Java 6 - by far the best book regarding the subject (you can see that the Exam Topics in oracle's website are the same as the ones provided in the book... It means "same exam".

BlackBeltFactory - a lot of highly skilled java developers might be able to help you through the process

Code Ranch Mock tests page - best place to hone your skills!

I could go on and on talking about Effective Java and Java tricks and other stuff but it just not concern that certification exam you're willing to take.

Good luck!

share|improve this answer

I have seen the links written on wleao's post and I have to say they are very good. I am thinking about doing an Oracle's Java exam and it's probably I'll do 1Z0-851 too.

Also two professors told me in class that "Java Precisely" and "Thinking in Java" are very good books, I think not focused on certificates but explaining the language in general, so it could be a good auxiliary material, but I'm sure that wleao's books are quite trustful.

share|improve this answer

Oracle provides the same SCJP 6 exam with the name of OCPJP 6. OCPJP 7 version is also available now. I just finished OCPJP 7.

Books:

OCP Java SE 6 Programmer Practice Exams by Katherine Sierra, Bert Bates is the best choice for your preparation for getting knowledge in exam objectives. If you want to get the knowledge in programming also you may choose the EPractize Labs training lab material. I tried OCPJP 7 training lab and get 98% mark in my certification exam.

These 2 materials were very helpful to me to finish my exam.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.