Multiple Choice
An uncaught exception:
A) is a possible exception that never actually occurs during the execution of the program.
B) is an exception that occurs for which the matching Catch clause is empty.
C) is an exception that occurs for which there are no matching Catch clauses.
D) is another term for a thrown exception.
Correct Answer:

Verified
Correct Answer:
Verified
Q12: Which of the following is not included
Q12: When an exception occurs,the Try block _.<br>A)expires<br>B)continues
Q13: The Finally block is an ideal location
Q14: If a Finally block appears after the
Q16: To display the error message generated by
Q18: Which of the following statements is false?<br>A)A
Q20: After a Catch block is entered to
Q21: Methods and the Common Language Runtime can
Q29: A FormatException is used to handle:<br>A) extra
Q37: The Message property of an exception is