Exception_Handling_MCQ_Options_a_b_c_d
Exception_Handling_MCQ_Options_a_b_c_d
1. The process of creating an exception object and handing it over to the runtime system is called an
exception
a) Growing
b) Throwing
c) Executing
d) Handling
3. The statements inside the finally block are always executed regardless of whether an exception occurred
in the try block or not.
a) True
b) False
c) Depend on code
d) None of the above