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