Multiple Choice
If a method throws an exception,and the exception is not caught inside the method,then the method invocation:
A) terminates
B) transfers control to the catch block
C) transfers control to the exception handler
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: A program can catch multiple exceptions.
Q20: Which circumstance is an exception to the
Q21: You can not place a try block
Q22: ArrayIndexOutOfBoundsException is a descendent of the class
Q25: Try blocks contain code that could possibly:<br>A)handle
Q26: List five common examples of exceptions that
Q26: The execution of a throw statement is
Q28: Define an exception class called DiskDriveNotReady.The class
Q28: When using the Scanner class one should
Q35: The basic way of handling exceptions in