What is the difference between error and an exception? Ans. An error is an irrecoverable condition occurring at runtime. Such as Out Of Memory error. These JVM errors and you can not repair them at runtime. While exceptions are conditions that occur because of bad input etc. Example: File Not Found Exception will be thrown if the specified file does not exist. Or a Null Pointer Exception will take place if you try using a null reference. In most of the cases it is possible to recover from an exception (probably by giving user a feedback for entering proper values etc.). - Study24x7
Social learning Network
01 Dec 2023 10:36 AM study24x7 study24x7

What is the difference between error and an exception? Ans. An error is an irrecoverable condition occurring at runtime. Such as Out Of Memory error. These JVM errors and you can not repair them at runtime. While exceptions are conditions that occur because of bad input etc. Ex...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles