Java
Pages
Home
Java
Interview
Tuesday 17 January 2017
Difference in Error and Exception?
An
Error is an irrecoverable condition occurring at runtime
like out of memory error. These kinds of jvm errors cannot be handled at runtime.Exceptions are because of condition failures, which can be handled easily at runtime.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment