Vidyalelo
Java Programming · Q38

Exceptions

Programming · Java Programming · question 38

Q38

What happen in case of multiple catch blocks?

A.
Either super or subclass can be caught first.
B.
The superclass exception must be caught first.
C.
The superclass exception cannot caught first.
Answer
D.
None of these

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board