0 votes
in JAVA by
Which of the following is a subclass of the Exception class?

a) RuntimeException

b) Error

c) Throwable

d) IllegalArgumentException

1 Answer

0 votes
by

Solution: a) RuntimeException

Explanation: RuntimeException is a subclass of the Exception class.

...