Multiple Choice
A catch block can catch how many types of Exceptions?
A) An unlimited number of Exception types.
B) Only one can be caught.
C) As many as can be matched.
D) Two, after which the program ends.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: According to the creators of C#, an
Q18: Show the syntax (the general form) of
Q19: A block that contains statements that can
Q20: You can deliberately generate a SystemException by
Q21: The StackTrace property of an Exception can
Q23: What represents the degree to which a
Q24: If you are working on a professional
Q25: Most exceptions that are used by programmers
Q26: What read-only property in the Exception class
Q27: What block can you use to ensure