Related: It's Here! NEW Oracle Certified Professional, Java SE 11 Developer Certification!
Take this final step to ensure you’re ready.
Access the free sample questions for each of the Java exams below.
Take a moment to consider what passing your Java exam looks like - not just the elation and relief you'll feel after receiving a passing score. Look at what it means to your life or your family to pass the exam(s) and earn a Java Certification. Will you get that job you've been hoping for. Will your salary increase to a level that allows you to make meaningful changes in your lifestyle? Sometimes passing an exam and earning a certification is not as simple as passing an exam and earning a certification. Viewing the accomplishment through a broader lens can give you a different perspective. What you get out of something directly relates to what you've put into it.
Preparing to upgrade your certification cultivates in-demand Java programming skills that are crucial in a competitive job market. Achieving your certification validates your skills, you become recognized as an industry leader, and empowers you with abilities to solve real-world scenarios.
Oracle University provides Java training courses, certification exam prep seminars and Java practice exams to prepare you to validate your skills.
With realistic exam simulations, taking a Java certification practice test allows you to better assess your strengths and weaknesses prior to taking the actual exam so that you can focus your final preparation. Learn more about available Java Certification Practice Tests from Oracle University and how you can increase your chances of passing.
Below is a list of our current Java Certifications. Purchase an exam voucher online to take the required exams at a Pearson VUE testing center, an Oracle Testing Center, or at your own location via online proctoring.
Any question related to IZ0-161
Unfortunately, there are no sample questions associated with exam 161 at this time.
Regards,
Brandye Barrington
Let me know how to get sun certification.
Sun Certification is no longer available. You can go for Java certification under the Oracle Certification umbrella. Have a look at our website http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=632 to see all available Java certifications. Click on the certification title to view requirements and recommended training.
Regards,
Brandye Barrington
Hi, in 1Z0-810 pack in all answers of question number 6 should be '\report...' instead of '\result...'
Hello Alex,
Thanks for your feedback. Checking with the exam developer.
Regards,
Brandye Barrington
Incorrect answers are not given a negative score. You are graded on the % of items answered correctly.
Good luck on your exam!
Regards,
Brandye Barrington
The pdf links are not working. Kindlu check.
Regards,
Robin
Thanks,
Brandye Barrington
Is any approach preferred or harder than the other?
If you hold the Java SE6 professional certification, there is no need to do exams 808 and 809. Passing the 813 exam will cover the delta. No need to pay for and prepare for 2 exams.
Regards,
Brandye Barrington
https://community.oracle.com/welcome
Regards,
Brandye Barrington
I'm sorry to hear about the outcome of your exam. There are several things that you can do to better prepare for your exam.
1) OU Training - Java SE 8 Fundamentals Course https://education.oracle.com/products/courP_3348
2) Exam Prep Seminar - https://education.oracle.com/products/courP_8596
3) Practice Test- https://www.kaplanittraining.com/certification/oracle/1z0-808?utm_source=oracle&utm_medium=referral&utm_campaign=KITT_Oracle_18&utm_term=1z0-808&utm_content=website
4) Exam Prep Seminar package (includes prep seminar, exam voucher, practice exam, and free exam retake) - https://www.kaplanittraining.com/certification/oracle/1z0-808?utm_source=oracle&utm_medium=referral&utm_campaign=KITT_Oracle_18&utm_term=1z0-808&utm_content=website
5) Try Oracle Press Books.
If you need assistance with scheduling training, please feel free to contact our Oracle University team. They will be more than happy to help! https://education.oracle.com/OUcontactUs
Regards,
Brandye Barrington
I attempted 1Z0-804 (Java Developer II SE 7) few days back. I need to re-take this exam. However the course will not be available after 31 Dec 2018.
Can you advice me what I can do next? Also for taking exam second time, is the fee amount same or is it less?
Thank you,
Sameer
Sorry for the delay in replying. Oracle US was closed for the Christmas holiday. Based on the date you took the exam and posted, you would not have had time to retake this exam, based on the 14-day retake period.
You have two options now - you can go for the Java SE 8 certification which would require passing exam 1Z0-808 and 1Z0-809. Or you could wait until the February time frame and the newest, updated Java certifications will be released.
I hope this helps.
Regards,
Brandye Barrington
"Hi Brandye,
I attempted 1Z0-804 (Java Developer II SE 7) few days back. I need to re-take this exam. However the course will not be available after 31 Dec 2018.
Can you advice me what I can do next? Also for taking exam second time, is the fee amount same or is it less?
Thank you,
Sameer"
In Java SE 8 Programmer I | 1Z0-808 exam for question #5
5. Given the code fragment:
public class TestClass {
public static void main(String[] args) {
List items = new ArrayList();
items.add("Pen");
items.add("Pencil");
items.add("Box");
for (String i : items) {
if (i.indexOf("P") == 0) {
continue;
} else {
System.out.print(i+" ");
}
}
}
}
What is the result?
A) Pen Pencil Box
B) Pen Pencil
C) Box
D) Compilation fails.
The correct answer mentioned in the PDF is C.
But this program will give compilation error as import java.util.*; is missing here.
After adding import statement program will give output "Box" which is option C.
Thanks,
Pratibha.
I am wondering about the structure of 1Z0-813 (Upgrade to Java SE 8 OCP) exam. As far as I understood it consists of a set of multiple choice questions.
But I can see many topics that begin with "Develop code ..." (https://education.oracle.com/upgrade-to-java-se-8-ocp/pexam_1Z0-813).
Could you explain me why is that.
Thank you
I will check on this question for you.
Regards,
Brandye Barrington
The exam is multiple choice, but you will likely be presented with lines of code and questions about the code. This will require a knowledge of how to develop code.
Regards,
Brandye Barrington
I am trying to access the quiz questions in the follow link
https://learn.oracle.com/education/downloads/Exam808_SampleQuestion.pdf?intcmp=WWOUCERTBLOGBBTYJK050219
But I get a blank screen.
Please advise,
Thanks,
Steve
Do you have a pdf reader? I don't have any trouble opening this pdf. Maybe try a different browser.
If you still cannot open, submit an SR to the Cert Support team and ask them to email you the pdf.
Regards,
Brandye Barrington
I am preparing for Java SE 8 Programmer I | 1Z0-808.
Please suggest options/ways for preparing(books,sample papers any thing).
Regards,
Shruti
You can check https://www.mhprofessional.com/oraclepressbooks for any prep books.
You can check the exam details page https://education.oracle.com/java-se-8-programmer-i/pexam_1Z0-808 for info on recommended training and practice exams from Kaplan IT Training.
Good luck!
Brandye Barrington
Please let me know if the question isn't clear.
Also, how make questions are there and how much time do we have to achieve this? thanks in advance
It is clear how many choices are required on the questions that require multiple selections.
You can see all the exam details on our website - https://education.oracle.com/java-se-8-programmer-ii/pexam_1Z0-809.
Regards,
Brandye Barrington
Regards,
Brandye Barrington
I want to give my certification for 1z0-808. As is the situation with corona virus, do you think it's possible to have it online?
Thank you very much!
Brandye Barrington
Oracle Certification