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
Q38: Resource de-allocation should be done explicitly in
Q39: There must be a Catch clause for
Q40: Which of the following statements is true?<br>A)The
Q41: The process that attempts to locate an
Q42: Which of the following statements about Try
Q44: After an exception is handled,control resumes .This
Q45: By convention,user-defined exception names should end with
Q46: If an exception is thrown in a
Q47: Which of the following statements is true?<br>A)The
Q48: Using inheritance with exceptions enables a catch