True/False
If an exception handler is to catch a variety of exceptions,use a comma-separated list of catch arguments in the catch handler.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: When an exception occurs it is said
Q12: Which of the following is not included
Q18: In C#,after an exception is handled,control resumes.This
Q19: Which of the following statements is false<br>A)
Q20: Which of the following statements is false<br>A)
Q21: In C#,try blocks are used for:<br>A) testing
Q22: Which of the following is not a
Q25: Stack unwinding is the process that attempts
Q26: In order to tell the user what
Q27: After the last catch block,the required finally