Q802
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board