Online Access Free 1Z0-805 Practice Test

Exam Code:1Z0-805
Exam Name:Upgrade to Java SE 7 Programmer
Certification Provider:Oracle
Free Question Number:90
Posted:Oct 25, 2025
Rating
100%

Question 1

Given:
public class DAOManager {
public AccountDAO getAccountDAO() {
return new AccountJDBCDAO();
}
}
Which design pattern best describes the class?

Question 2

Given the code fragment:
public class TestString {
public static void main(String[] args) {
String str=null;
switch(str) {
case "":
System.out.println("blank"); break;
case "null":
System.out.println("NULL"); break;
default:
System.out.println("invalid"); break;
}
}
}
What is the result?

Question 3

Which three must be used when using the Java.util.concurrent package to execute a task that returns a result without blocking?

Question 4

The current working directory is named finance.
Which two code fragments allow you to write the salary.dat file if it does not exist under "finance\payroll"?

Question 5

Given a resource bundle MessageBundle, what is the name of the default bundle file?

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.