📚 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.

  1. True
  2. False