Multiple Choice
Which class of exceptions is NOT checked?
A) FileNotFoundException
B) ArithmeticException
C) RuntimeException
D) All exceptions are checked.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: An exception that can be recognized by
Q3: Which of the following exceptions might be
Q7: The class Exception and its subclasses are
Q15: What happens in a method if there
Q17: The class RuntimeException is part of the
Q26: For interfaces such as WindowListener that contain
Q29: What can a method do with a
Q30: If there is a finally block after
Q31: When an exception occurs in a method,
Q49: Every program with a try block must