Tuesday, November 29, 2011

What is error?

An Error indicates that a non-recoverable condition has occurred that should not be caught. Error, a subclass of Throwable, is intended for drastic problems, such as OutOfMemoryError, which would be reported by the JVM itself.
Category:Core Java Interview Questions

No comments:

Post a Comment