Login
Remember
Register
Ask a Question
What is the base class for Error and Exception?
0
votes
asked
May 2, 2021
in
JAVA
by
sharadyadav1986
What is the base class for Error and Exception?
#error
exception
java
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 2, 2021
by
sharadyadav1986
The Throwable class is the base class for Error and Exception.
...