

MCQOPTIONS
Saved Bookmarks
1. |
In nested try catch blocks, if both inner and outer catch blocks are unable to handle the exception thrown, then ______________ |
A. | Compiler executes only main() |
B. | Compiler throws compile time errors about it |
C. | Program will run without any interrupt |
D. | Program will be termianted abnormally |
Answer» E. | |