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
Q1: Any method that calls a method with
Q5: The expression in a return statement can
Q9: Which of the following would be a
Q13: When an argument is passed to a
Q13: What will be returned from the following
Q15: To document the return value of a
Q15: You should always document a method by
Q15: Which of the following is not part
Q34: In the method header, the method modifier
Q35: In the following code, System.out.println(num) is an