Multiple Choice
Try blocks are used for:
A) testing for infinite loops.
B) testing for exceptions.
C) resolving exceptions.
D) testing code.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The base class for all exception classes
Q32: Exceptions can occur:<br>A)from Visual Basic's CLR<br>B)in explicitly
Q33: Which of the following statements is false?<br>A)Exception
Q34: Exception handlers typically access objects declared within
Q36: Variables local to Try blocks are usable
Q37: It is possible to nest a Try/Catch
Q38: Resource de-allocation should be done explicitly in
Q39: There must be a Catch clause for
Q40: Which of the following statements is true?<br>A)The
Q44: In many cases,handling an exception allows a