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
Q27: If you want to provide your own
Q28: The try block contains statements that should
Q29: What can a method do with a
Q30: If there is a finally block after
Q31: When an exception occurs in a method,
Q33: When an exception occurs, an object of
Q34: Which method throws the second exception in
Q35: How many finally blocks can there be
Q36: To handle window events, if the class
Q37: Making a reference to an object that