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
Q4: Write a Java statement that throws a
Q6: Revise the program in number 9 above
Q17: What is the purpose of the finally
Q22: In event-driven programming,sending an event is called
Q29: Define an exception class called FileNotFoundException.The class
Q36: A _ block executes regardless of whether
Q37: Should an application catch objects of type
Q40: The Exception class belongs to the package:<br>A)java.io<br>B)java.util<br>C)java.lang<br>D)java.except<br>
Q41: If a method does not catch an
Q42: The compiler does not complain when the