

MCQOPTIONS
Saved Bookmarks
1. |
What happen in case of multiple catch blocks? |
A. | ither super or subclass can be caught first. |
B. | he superclass exception must be caught first. |
C. | he superclass exception cannot caught first. |
D. | one of these |
Answer» D. one of these | |