Multiple Choice
Any method that calls a method with a throws clause in its header must:
A) handle the potential exception
B) have the same throws clause
C) both of the above
D) do nothing, the called program will take care of the throws clause
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: When an argument is passed to a
Q14: Local variables:<br>A) are hidden from other methods<br>B)
Q15: To document the return value of a
Q16: When an argument value is passed to
Q17: Methods are commonly used to break a
Q19: Which of the following is NOT part
Q21: Assume that the following method header is
Q22: When writing the documentation comments for a
Q31: The lifetime of a method's local variable
Q54: Constants, variables, and the values of expressions