java

Exception Handling in Java

Exception handling is a process to trap the logical errors and manage it within program without terminating the flow of execution. Error is the mistake happen in computer that produce irrelevant activtes during compile or run time. The action on things that not fulfill the result is know as error.