Free Oracle 1Z1-804 Practice Test & Real Exam Questions

  • Exam Code/Number: 1Z1-804
  • Exam Name/Title: Java SE 7 Programmer II Exam
  • Certification Provider: Oracle
  • Corresponding Certification: Java and Middleware
  • Exam Questions: 150
  • Updated On: Aug 03, 2026
Given: What is the most likely result?
Correct Answer: C Vote an answer
Given the code fragment:

Why is there no output when otherMethod is called?
Correct Answer: C Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Given the code fragment:

What is the result?
Correct Answer: A Vote an answer
Given:

Which statement will iterate through Direction?
Correct Answer: B Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Given the class?

What is the result?
Correct Answer: A Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
Given:
StringBuffer b = new StringBuffer("3"); System.out.print(5+4+b+2+1);
What is the result?
Correct Answer: B Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).
What are two differences between Callable and Runnable?
Correct Answer: A,B Vote an answer
Explanation: Only visible for Pass4Leader members. You can sign-up / login (it's free).