Featured
-
No Featured Found!
Tags
Exception Hnadling
Exception handling in java is a way to catch error or exception
Exception is an event that can occur during the execution of the program.
We use try catch and final to catch error.
When an error occur in a method it creates an object of ...