Multiple Choice
Exceptions that are subject to the catch or declare rule are called:
A) Checked exceptions
B) Unchecked exceptions
C) Fatal exceptions
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: A _ block should immediately follow a
Q11: The throw operator causes a change in
Q12: Exceptions that must follow the Catch or
Q13: A _ block executes regardless of whether
Q14: A program can catch multiple exceptions.
Q16: What is the catch or declare rule?
Q17: What is the purpose of the finally
Q18: Exception handling is an example of a
Q19: Use a catch block to display the
Q20: The Exception class belongs to the package:<br>A)java.io<br>B)java.util<br>C)java.lang<br>D)java.except