EVOSYS interview question

What is exception handling in java? Sql queries

Interview Answer

Anonymous

10 Nov 2019

Exception Handling in Java is a very interesting topic. 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.