QuestionQ116
Handling ExceptionsReview:

Which statement is correct?
- A The program prints m1.Accessed.
- B The program fails compile due to the unhandled E1 exception.
- C The program prints m2.Accessed.
- D The program fails to compile due to the unhandled E2 exception.
Community Discussion