Multiple Choice
Which of the following statements about exception reporting is true?
A) Use the reportError statement to report that an exception has occurred.
B) Use the reportException statement to report that an exception has occurred.
C) Use the throwException statement to report that an exception has occurred.
D) Use the throw statement to report that an exception has occurred.
Correct Answer:

Verified
Correct Answer:
Verified
Q67: Which of the following objects should be
Q68: Your program must read in an existing
Q69: Consider the following code snippet: try<br>{<br>PrintWriter outFile
Q70: Consider the following code snippet. Scanner in
Q71: The Scanner class's _ method is used
Q73: Consider the following code snippet: Scanner in
Q74: If the current method in a program
Q75: Insert the missing code in the following
Q76: Consider the following code snippet: public double[]
Q77: Insert the missing code in the following