Q. In Java, can a "catch" block catch multiple exceptions?
β
Correct Answer: (D)
Yes, a "catch" block can catch multiple exceptions using the pipe ( | ) symbol
You must be Logged in to update hint/solution