Which symbol should be used to separate the type of exception handler classes in a single catch block?

Which symbol should be used to separate the type of exception handler classes in a single catch block? Correct Answer |

A pipe symbol can be used to separate different type of exceptions. The exceptions should always be given in proper sequence to ensure that no code remains unreachable. If not done properly the code might never be used in a program.

Related Questions

You can code a default exception handler by creating a catch block