📚 Practice Mode
Java Programming Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 11
True/False
An exception can be caught by a catch block with an argument type that is a superclass of the thrown exception.
- True
- False
Java Programming Fundamentals
Learn at your own pace with hints and detailed explanations
An exception can be caught by a catch block with an argument type that is a superclass of the thrown exception.