Card 72 / 76: Which three classes are subclasses of the IOException class?
A)
FileNotFoundException
B)
SQLException
C)
ClassNotFoundException
D)
InterruptedIOException
Answer:
A) FileNotFoundException
B) SQLException
D) InterruptedIOException
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
C is incorrect. ClassNotFoundException is not a subclass of IOException; it is a subclass of ReflectiveOperationException.
|