What happen in case of multiple catch blocks?
None of these
Either super or subclass can be caught first.
The superclass exception cannot caught first.
The superclass exception must be caught first.
What happens in case of multiple catch blocks
Ans
The superclass exception cannot caught first.