1Z0-803 Dumps

1Z0-803 Free Practice Test

Oracle 1Z0-803: Java SE 7 Programmer I

QUESTION 26

Given the code fragment:
<>

Correct Answer: A
Variable b is set to 4.
Variableb is decreased to 3.
Variable b is decreased to 2 and then printed. Output: 2 Variable b is printed. Output: 2

QUESTION 27

Which two actions will improve the encapsulation of a class?

Correct Answer: AD
Reference: http://www.tutorialspoint.com/java/java_access_modifiers.htm

QUESTION 28

Given:
<>>

Correct Answer: BCD