Hi,

If you are checking exception at compile time that is called checked exception.(Ex: some syntax problem)
If you are checking exception at run time that is called un-checked exception.(Ex:...