1Z0-819 Exam Question 106
Given the code fragment:

What is the result?

What is the result?
1Z0-819 Exam Question 107
Assuming the Widget class has a getPrice method, this code does not compile:

Which two statements, independently, would allow this code to compile? (Choose two.)

Which two statements, independently, would allow this code to compile? (Choose two.)
1Z0-819 Exam Question 108
Given:

What is the result?

What is the result?
1Z0-819 Exam Question 109
Given the code fragment:
List<Integer> list = List.of(11,12,13,12,13);
Which statement causes a compile time error?
List<Integer> list = List.of(11,12,13,12,13);
Which statement causes a compile time error?
1Z0-819 Exam Question 110
Given:

Which two interfaces can be used in lambda expressions? (Choose two.)

Which two interfaces can be used in lambda expressions? (Choose two.)

