Multiple Choice
Which of the following statements is false?
A) Exception handling enables you to write robust and fault-tolerant programs.
B) Exception handling can catch the exception but cannot resolve the problem.
C) Exception handling can resolve exceptions.
D) There are many ways of handling exceptions.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: When an exception occurs it is said
Q7: The base class for all exception classes
Q28: An exception's ToString method returns all of
Q32: Exceptions can occur:<br>A)from Visual Basic's CLR<br>B)in explicitly
Q34: Exception handlers typically access objects declared within
Q35: Try blocks are used for:<br>A)testing for infinite
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
Q44: In many cases,handling an exception allows a