Multiple Choice
The process that attempts to locate an appropriate Catch handler for an uncaught exception is known as:
A) laddering
B) stack winding
C) stack unwinding
D) stack traversing
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q42: Which of the following statements about Try
Q43: If an exception handler is to catch
Q44: After an exception is handled,control resumes .This
Q45: By convention,user-defined exception names should end with
Q46: If an exception is thrown in a