Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the base class for Error and Exception?
Home
JAVA
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.
...