Multiple Choice
All exception classes inherit,either directly or indirectly,from ________.
A) class Error.
B) class RuntimeException.
C) class Throwable.
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which of the following statements is false?<br>A)
Q8: Which of the following statements about try
Q9: Which of the following statements is false?<br>A)
Q10: The throws clause of a method:<br>A)specifies the
Q10: Chained exceptions are useful for finding out
Q12: Which of the following is not included
Q16: What is the difference between a try
Q18: Which of the following statements is true?<br>A)
Q20: Which of the following errors is synchronous?<br>A)
Q26: Which of the following statements is true?<br>A)