Question 61
Which code fragment prints 100 random numbers?
Question 62
Which interface in the java.util.function package can return a primitive type?
Question 63
Given the code fragment:
You want to examine whether path is a directory.
Which code inserted on line 1 will accomplish this?
Question 64
Given:
What is the result?
Question 65
Given this enum declaration:
Examine this code:
System.out.println(Alphabet.getFirstLetter());
What code should be written at line 3 to make this code print A?

