Browsing tag: checked vs unchecked exception

Checked exception and unchecked exception

Checked Exception and UnChecked Exception


Java provides framework to catch the exception and handle the exception by try…catch block. Java exceptions are grouped into two major categories checked exception and unchecked exception. Checked exception are caused by undesirable or unexpected condition. It can be recoverable by handling the issue in catch block such as one of the server port in