Multiple Choice
When an exception is thrown:
A) it must always be handled by the method that throws it
B) the program terminates even if the exception is handled
C) it must be handled by the program or by the default exception handler
D) it may be ignored
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: If, within one try statement you want
Q4: Why does the following code cause a
Q5: What will be the result of the
Q6: The exception classes are in packages in
Q7: In order for an object to be
Q9: A class must implement the Serializable interface
Q10: In a catch statement, what does the
Q11: When an exception is thrown by code
Q12: What will be the result of the
Q13: What will the following code display?<br>String input