True/False
If you write a try...catch clause, you must include a finally block.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q37: An exception handler is a _.<br>A) block
Q38: When you write custom exceptions, instead of
Q39: Exceptions are unexpected conditions that happen frequently.
Q40: The Visual Studio Debugger provides commands for
Q41: Writing the catch clause without an argument
Q43: There are over 70 classes derived from
Q44: Exception class has several properties. The _ property
Q45: Markers placed in an application to indicate
Q46: A(n) _ exception is thrown for the following
Q47: The three commands for stepping through code