A Admin • 831.35K Points Coach Q. In Java, can a "catch" block catch exceptions of a superclass type? (A) Yes, a "catch" block can catch exceptions of a superclass type (B) No, a "catch" block can only catch exceptions of the exact type (C) Only if the superclass is marked as "final" (D) Only if the subclass is marked as "static" Correct Answer - Option(A) Views: 24 Filed under category Java Hashtags: Share Manage Tags
Discusssion
Login to discuss.