Computer Science, asked by sasanktiwari0, 7 months ago

13. What is the base class for all Exception ?​

Answers

Answered by surahnoor24
1

Answer:

Firstly, the base class of all things that can be thrown is Throwable (not Exception ). Under Throwable are two subclasses: Exception and Error . Under Exception is RuntimeException .

.

.

.

hope it helps you...

MARK AS BRAINLIEST

Answered by purvajaiswal520
1

Answer:

Firstly, the base class of all things that can be thrown is Throwable (not Exception ). Under Throwable are two subclasses: Exception and Error . Under Exception is RuntimeException

Similar questions