Multiple Choice
If the code in a method can potentially throw a checked exception, then that method must __________.
A) handle the exception
B) have a throws clause listed in the method header
C) neither of these
D) either of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q44: The call stack is an internal list
Q45: When using the throw statement, if you
Q46: Beginning with Java7, to catch multiple exceptions
Q47: All exceptions are instances of classes that
Q48: When catching multiple exceptions that are related
Q50: If you want to append data to
Q51: In a try statement, the try clause
Q52: A class must implement the Serializable interface
Q53: Classes that inherit from the Error class
Q54: The following catch statement can _. catch