Grouping exceptions

Report a typo

Examine the standard exception library and divide the items into two groups: checked and unchecked.

You may need to use Java documentation to find the answers.

Choose one option for each row
CheckedUnchecked
NullPointerException
RuntimeException
Exception
IOException
IndexOutOfBoundsException
ClassCastException
ClassNotFoundException
___

Create a free account to access the full topic