+1 vote
in JAVA by
What is exception handling in java?

1 Answer

0 votes
by

What is exception handling in java?

Exception Handling in Java is a way to keep the program running even if some fault has occurred. An exception is an error event that can happen during the execution of a program and disrupts its normal flow. Java provides a robust and object-oriented way to handle exception scenarios, known as Java Exception Handling.

🔗Reference : stackoverflow.com

🔗Source: Java Interview Questions and Answers

🔗Reference: Javatpoint.com

Related questions

+2 votes
asked May 30, 2020 in JAVA by Robindeniel
+1 vote
0 votes
asked Oct 27, 2020 in JAVA by sharadyadav1986
...