Multiple Choice
If an event that creates a problem happens frequently, it is best to write instructions to take care of the problem with ____.
A) try...catch clauses
B) conditional expressions
C) exceptions
D) try...catch...finally blocks
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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 _
Q9: Custom exceptions must derive from the _
Q10: Which of the following would not throw
Q11: If a try block is included, you
Q12: In C# the only checked exceptions are
Q13: Which of the following preventive actions might