Search This Blog

Tuesday, 25 November 2014

Difference between Exception and Error



Exception :


Exception is occured due to logical mistake of our program that's why Exception are occured at runtime.
Programmer can handale the Exception.

Example :FileNotFoundException
ArithmaticException



Error :


Error is occured due to System failure problem.not programmer.
Error can not handale by the programmer.

Example :StackoverflowErrror
lackOfResourceError


No comments:

Post a Comment