Free 1Z1-804 Questions for Oracle Java SE 7 Programmer II 1Z1-804 Exam as PDF & Practice Test Engine

  • 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 11, 2026
Given the cache class:
Correct Answer: A Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Given:

What is the result?
Correct Answer: D Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
ITEM Table
*ID, INTEGER: PK
*DESCRIP, VARCHAR(100)
*PRICE, REAL
*QUALITY, INTEGER
And given the code fragment (assuming that the SQL query is valid):

What is the result of compiling and executing this code?
Correct Answer: A Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Given the code fragment:

Which code fragment inserted at line ***, enables the code to compile?
Correct Answer: B Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Given the code fragment: Which two try statements, when inserted at line ***, enable the code to successfully move the file info.txt to the destination directory, even if a file by the same name already exists in the destination directory?
Correct Answer: A,C Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which two compile?
Correct Answer: C,E Vote an answer
Given: Which three statements concerning the OO concepts "is-a" and "has-a" are true?
Correct Answer: B,C,G Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Given:

Which two are true?
Correct Answer: E,F Vote an answer
Given:
String s = new String("3"); System.out.print(1 + 2 + s + 4 + 5);
What is the result?
Correct Answer: B Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
How many Threads are created when passing task to an Executor instance?
Correct Answer: C Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
0
0
0
10