Multiple Choice
Which of the following statements is false?
A) A Finally block is placed after the last Catch block.
B) A Finally block should release all resources acquired in the corresponding Try block.
C) The Finally block and Try block can appear in any order.
D) A Finally block is optional.
Correct Answer:

Verified
Correct Answer:
Verified
Q12: Which of the following is not included
Q13: The Finally block is an ideal location
Q14: If a Finally block appears after the
Q16: To display the error message generated by
Q17: An uncaught exception:<br>A)is a possible exception that
Q20: After a Catch block is entered to
Q21: Methods and the Common Language Runtime can
Q23: Almost all runtime exceptions can be fixed
Q29: A FormatException is used to handle:<br>A) extra
Q37: The Message property of an exception is