1. All exception classes inherit from this class.
a. Error
b. RuntimeException
c. JavaException
d. Throwable
5. FileNotFoundException inherits from __________.
b. IOException
d. FileException
2. You can think of this code as being “protected” because the application will not halt if it throws an exception.
a. try block
b. catch block
c. finally block
d. protected block
3. This method can be used to retrieve the error message from an exception object.
a. errorMessage
b. errorString
c. getError
d. getMessage
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here