RuntimeExceptionChecked
DRAFT

Misconception:

Exceptions of type RuntimeException and its subclasses are “checked” exceptions.

Incorrect

RuntimeExceptions are checked exceptions

Correct

Correction
Here is what's right.

RuntimeException is the root class of all unchecked exceptions.

Checked exceptions are exceptions that are not RuntimeExceptions.

Language

Java

Concepts

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.