QuestionQ70
Working with Selected Classes from the Java APIGiven this code fragment:

What is the outcome?
- A Compilation fails.
- B The program compiles, but it prints nothing.
- C HiHowAreYou removed
- D An UnsupportedOperationException is thrown at runtime.
Community Discussion