Question 91
Given:
What is the result?
Question 92
Given the declaration:
Examine this code fragment:
/* Loc1 */ class ProcessOrders { ... }
Which two annotations may be applied at Loc1 in the code fragment? (Choose two.)
Question 93
Given:
Which code, when inserted at one or more marked positions, would allow classes B and C to compile?
Question 94
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 95
Which code fragment prints 100 random numbers?

