Multiple Choice
When code is included in all three blocks for the try...catch...finally construct, ____.
A) the finally block is never executed
B) only one of the three blocks gets executed
C) the try block is attempted first
D) all catch clauses are executed
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: A stack trace is a listing of
Q3: Custom exceptions classes must derive from the
Q4: _ are markers that are placed in
Q5: C# adheres to a fairly sophisticated set
Q6: The _ property associated with exception objects
Q7: All exception classes inherit from the _
Q8: If an event that creates a problem
Q9: Custom exceptions must derive from the _
Q10: Which of the following would not throw
Q11: If a try block is included, you