Java Exceptions Tutorial
Exception in Java is used to handle errors or any other exceptional event that occurs in the normal flow of a program. There are several way Exception can occur in Java. Data provided is not in expected format(eg. int instead of String). DB cannot be connected. Network connection Lost. An object is null. …..