Question: What is the difference between 'Error' and 'Exception'?Answer: 'Error' is thrown by the JVM and is not meant to be caught or handled, while 'Exception' is meant to be caught and handled. |
Is it helpful?
Yes
No
Most helpful rated by users: