Multiple Choice
If a method does not handle a possible checked exception, what must the method have?
A) A catch clause in its header
B) A try/catch clause in its header
C) A try clause in its header
D) A throws clause in its header
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: When an exception is thrown by a
Q28: The catch clause:<br>A) follows the try clause<br>B)
Q29: When deserializing an object using the readObject
Q30: In versions of Java prior to Java
Q33: To write data to a binary file
Q34: The IllegalArgumentException class extends the RuntimeException class,
Q36: The throws clause causes an exception to
Q36: If the program does not handle an
Q37: Look at the following code: FileInputStream fstream
Q55: When the code in a try block