In Java, can a "catch" block catch exceptions of a superclass type?

In Java, can a "catch" block catch exceptions of a superclass type? Correct Answer Yes, a "catch" block can catch exceptions of a superclass type

Related Questions

In Java, can a "catch" block catch exceptions of a subclass type before catching exceptions of a superclass type?
In Java, can a "catch" block catch multiple exceptions?
Which of these is a superclass of all errors and exceptions in the Java language?
If A is the superclass and B is the subclass, then subclass inherting the superclass can be represented as