Question 81
Given:
Which code, when inserted at one or more marked positions, would allow classes B and C to compile?
Question 82
Given:
Which two interfaces can be used in lambda expressions? (Choose two.)
Question 83
Given:
What is the result?
Question 84
Given:
/code/a/Test.java
containing:
and
/code/b/Best.java
containing:
package b;
public class Best { }
Which is the valid way to generate bytecode for all classes?
Question 85
Given:
What is the output?


