Which of the following are unchecked exceptions? (Choose all that apply)
A, B, D, E.
ArrayIndexOutOfBoundsException, IllegalArgumentException, and NumberFormatException are runtime exceptions.
Any class that extends RuntimeException is a runtime unchecked exception.
Classes that extend Exception are checked exceptions.