Pregunta de entrevista de EVOSYS

What is exception handling in java? Sql queries

Respuesta de la entrevista

Anónimo

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.