Google News
logo
Java - Interview Questions
What is the difference between an exception and an error?
An exception is an error which can be handled. It means when an exception happens, the programmer can do something to avoid any harm. But an error is an error which cannot be handled, it happens and the programmer cannot do anything. 
Advertisement