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.
No comments:
Post a Comment