

Hi,
Checked Exceptions are not because of program errors may be some out side sources like file open exception.(may likely to be occured) Unchecked exceptions are because of program errors like array index out of bounds NUll pointer Bad Cast exceptions etc. Checked Exceptions are checked at compile time where as unchecked exceptiosn are at runtime.
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.