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
Which of the following is a subclass of the Exception class?
Home
JAVA
Which of the following is a subclass of the Exception class?
0
votes
asked
Apr 24
in
JAVA
by
Robin
Which of the following is a subclass of the Exception class?
a) RuntimeException
b) Error
c) Throwable
d) IllegalArgumentException
exception
class
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 24
by
Robin
Solution: a) RuntimeException
Explanation: RuntimeException is a subclass of the Exception class.
...