Answer :

A(n) Exception is an object that defines an unusual or erroneous situation that is typically recoverable.

What is exception and error?

Both exception and error are subclasses of Throwable class. The error indicates that the problem is caused mainly by lack of system resources and our application will not detect these types of problems. Some examples of errors are system errors and out of memory errors. The errors mainly occur at runtime, i.e. they are of unchecked type.

Exceptions are problems that can occur at runtime and at compile time. This mostly happens in code written by developers. Exceptions are divided into two categories like checked exception and unchecked exception.

To learn more about exception and error from given link

https://brainly.com/question/15114388

#SPJ4

Other Questions