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
Answer: Option D
Join The Discussion