Q. In Java, can a "catch" block catch exceptions of a superclass type?
β
Correct Answer: (A)
Yes, a "catch" block can catch exceptions of a superclass type
You must be Logged in to update hint/solution