A Admin • 828.03K Points Coach Q. In Java, can a "catch" block catch multiple exceptions? (A) No, a "catch" block can only catch one exception (B) Only if the "catch" block is marked as "static" (C) Only if the exceptions are marked as "final" (D) Yes, a "catch" block can catch multiple exceptions using the pipe ( | ) symbol Correct Answer - Option(D) Views: 18 Filed under category Java Hashtags: Share Manage Tags
Discusssion
Login to discuss.