J2EE Spring Hibernate Chapter 29: Exception Handling

Exception Handling is probably the most useful of the topics that are covered under the SCJP exam. Exception handling helps us catch or identify abnormal scenarios in our code and handle them appropriately instead of throwing up a random error on the front-end (User Interface) of the application.

Exception handling allows developers to detect errors easily without writing special code to test