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
Q26: List five common examples of exceptions that
Q27: Write a complete Java program that prompts
Q28: Define an exception class called DiskDriveNotReady.The class
Q29: Define an exception class called FileNotFoundException.The class
Q30: Methods that process String arguments as if
Q32: When using the Scanner class one should
Q33: All exceptions are descendants of the class:<br>A)Throwable<br>B)Catchable<br>C)Tryable<br>D)Blockable
Q34: The two most important things about an
Q35: The basic way of handling exceptions in
Q36: An exception is caught in a _