QuestionQ47
Working with Selected Classes from the Java APIGiven:

And the following commands:

What is the result?
- A 1 null
- B true false
- C false false
- D true true
- E A ClassCastException is thrown at runtime.
Given:

And the following commands:

What is the result?
Community Discussion