Tuesday, November 29, 2011

Core Java Interview Questions :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.

No comments:

Post a Comment