RuntimeExceptionChecked
DRAFT
Observed

RuntimeExceptionChecked
Incorrect

RuntimeExceptions are checked exceptions

Correct

RuntimeExceptions are unchecked exceptions

Correction
Here is what's right.

RuntimeException is the root class of all unchecked exceptions.

Checked exceptions are exceptions that are not RuntimeExceptions.