Login
Remember
Register
Ask a Question
Which of the following is a subclass of the Exception class?
0
votes
asked
Apr 24, 2024
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, 2024
by
Robin
Solution: a) RuntimeException
Explanation: RuntimeException is a subclass of the Exception class.
...