Multiple Choice
After a finally block has finished executing:
A) control proceeds to the first statement after the finally block.
B) control returns to the throw point.
C) the app exits.
D) control proceeds to the first statement after the last catch block.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Which of the following statements about try
Q12: Which of the following is not included
Q27: After the last catch block,the required finally
Q29: A FormatException is used to handle:<br>A) extra
Q30: Variables local to a try block are
Q31: Which of the following statements is false<br>A)
Q34: Resource de-allocation should be done explicitly in
Q35: By convention,the name of each user-defined exception
Q36: C# does not guarantee that a finally
Q37: The Message property of an exception is