Multiple Choice
Try blocks contain code that could possibly:
A) handle an exception
B) throw an exception
C) catch an exception
D) display an exception
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: A program can catch multiple exceptions.
Q20: Which circumstance is an exception to the
Q22: ArrayIndexOutOfBoundsException is a descendent of the class
Q23: If a method throws an exception,and the
Q26: List five common examples of exceptions that
Q26: The execution of a throw statement is
Q27: Write a complete Java program that prompts
Q28: Define an exception class called DiskDriveNotReady.The class
Q28: When using the Scanner class one should
Q30: Exception handling is an example of a