| 1. | What will be the output of the program? class Exc0 extends Exception { } |
|||||||
Answer: Option A Explanation: An exception Exc1 is thrown and is caught by the catch statement on line 11. The code is executed in this block. There is no finally block of code to execute. |
