Multiple Choice
Which of the following statements is correct?
A) If a checked exception is likely to be caught in a higher-level method, declare that it can occur using a catch clause.
B) If an exception is recoverable in the current method, handle the exception in the current method.
C) If an unchecked exception is is likely to be caught in a higher-level method, use a @catch tag to document this fact in the Javadoc comment for the method.
D) If an unchecked exception is likely to be caught in a higher-level method, declare that it can occur using a throws clause.
Correct Answer:

Verified
Correct Answer:
Verified
Q18: _ errors occur during program execution .
Q19: A data field (or method) with _
Q20: The is-a relationship between classes means that
Q21: Which of the following methods of java.lang.Object
Q22: In UML class diagrams, the _ sign
Q24: The class _ is the superclass of
Q25: Which of the following would cause an
Q26: A major reason for the popularity of
Q27: Which of the following statements is correct?<br>A)
Q28: The _ is thrown when a program