Multiple Choice
When a throw statement is executed,
A) execution of the try block stops
B) execution of the throw block stops
C) the program always exits
D) execution of the catch block stops
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: A class that is used for exceptions
Q5: Which type of exception is thrown if
Q6: Which of the following function declaration correctly
Q7: The following function does not throw any
Q8: Functions that might throw an exception must
Q10: Which of the following is not a
Q11: The catch block is also known as
Q12: The following catch block catches all _
Q13: If class A is derived from class
Q14: If the following function throws an unhandled