Search This Blog

Tuesday, 25 November 2014


Difference between Checked Exception and Unchecked Exception



Checked Exception :


The Exception which are checked by compiler whether programmer handaling or not such type of Exception are callad checked Exception.

Example :FileNotFoundException



UnChecked Exception :


The Exception which are not checked by compiler whether programmer handaling or not such type of Exception are callad Unchecked Exception.

Example :ArthmaticException



Note :


Exception always occur at runtime means the checked or unchecked exception also occured at the Runtime.

No comments:

Post a Comment