0 votes
in JAVA by
What is Exception Handling?

1 Answer

0 votes
by

Exception Handling is a mechanism that is used to handle runtime errors. It is used primarily to handle checked exceptions. Exception handling maintains the normal flow of the program. There are mainly two types of exceptions: checked and unchecked. Here, the error is considered as the unchecked exception.

Related questions

0 votes
asked May 3, 2021 in JAVA by Robindeniel
0 votes
asked May 2, 2021 in JAVA by sharadyadav1986
...