

MCQOPTIONS
Saved Bookmarks
1. |
In nested try blocks, if both inner and outer catch handlers are not able to handle the exception, then ______________ . |
A. | Compiler executes only executable statements of main(). |
B. | Compiler issues compile time errors about it. |
C. | Program will be executed without any interrupt. |
D. | Program will be terminated abnormally. |
Answer» E. | |