Exception Handling :
- Input & Output Exception
- SQL Exception,
- Runtime Exception,
Runtime Exception:
- Arithmatic Exception
- Nullpointer Exception,
- Number Format Exception,
The Exception Three types,,
- Checked...
- Unchecked....
- Error...
Checked Exception.....
The checked exception is only compile time error checked the error,,
IOException Error..
SQLException Error.
Unchecked Exception..
The Unchecked exception is only Runtime error checked the error...
ArithmaticException..
NullPointerException..
ArrayIndexOutof BoundsException..
Error;
Error is irrecoverable..
OutOfMemoryError,
VirtualMachineError,
AssertionError