Card 68 / 76: Exceptions fall into three categories. Which is not an exceptions category?
A)
Check Exceptions
B)
Unchecked Exceptions
C)
Assertions
D)
Errors
Answer:
C) Assertions
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
A, B and D are incorrect as Check Exceptions, Unchecked Exceptions, and Errors are all exception categories in Java.
|