RuntimeExceptions are checked exceptions
RuntimeExceptions are unchecked exceptions
RuntimeException is the root class of all unchecked exceptions.
RuntimeException
Checked exceptions are exceptions that are not RuntimeExceptions.