Which symbol(s) can be used to separate exception types in a multi-catch statement?
Click to view the answer
A.
The only symbol permitted to separate exception types in a multi-catch statement is a single pipe character ( |).
Option A is correct.