Styrow.dev
Question 202 of 247
Java Topic: General medium

What is error?

Question

What is error?

Answer

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.