Multiple Choice
Unchecked exceptions are those that inherit from:
A) the Error class or the RuntimeException class
B) the Error class or the Exception class
C) the Exception Class or the RuntimeException class
D) only the Error class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: What will be the result of the
Q13: What will the following code display?<br>String input
Q15: All exceptions are instances of classes that
Q16: The following catch statement can: catch (Exception
Q18: All of the exceptions that you will
Q19: To read data from a binary file
Q20: Given the following constructor code, which of
Q21: What is demonstrated by the following code?<br>Try<br>{<br>(try
Q22: If you want to append data to
Q57: The try statement may have an optional