1z1-819 Exam Question 106
Given:

It is required that if p instanceof Pair then p.isValid() returns true.
Which is the smallest set of visibility changes to insure this requirement is met?

It is required that if p instanceof Pair then p.isValid() returns true.
Which is the smallest set of visibility changes to insure this requirement is met?
1z1-819 Exam Question 107
Given:

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

Which two interfaces can be used in lambda expressions? (Choose two.)
1z1-819 Exam Question 108
Given the code fragment:

You want to examine whether path is a directory.
Which code inserted on line 1 will accomplish this?

You want to examine whether path is a directory.
Which code inserted on line 1 will accomplish this?
1z1-819 Exam Question 109
Given:

What is the result?

What is the result?
1z1-819 Exam Question 110
Analyze the code:

Which two options can you insert inside println method to produce Global:namescope? (Choose two.)

Which two options can you insert inside println method to produce Global:namescope? (Choose two.)