OOPS
August 25, 2024OOPS
August 25, 2024OOPS
|
Question 102
|
Which of these is a super class of all errors and exceptions in the Java language?
|
Runtime Exceptions
|
|
|
Throwable
|
|
|
Catchable
|
|
|
None of the above
|
Question 102 Explanation:
The Throwable class is the superclass of all errors and exceptions in the Java language.
Correct Answer: B
Question 102 Explanation:
The Throwable class is the superclass of all errors and exceptions in the Java language.
