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.
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.
| Checked | Unchecked | |
|---|---|---|
| NullPointerException | ||
| RuntimeException | ||
| Exception | ||
| IOException | ||
| IndexOutOfBoundsException | ||
| ClassCastException | ||
| ClassNotFoundException |
Create a free account to access the full topic