How many catch statements can be associated with single try statement?

 Posted by vishalneeraj-24503 on 1/13/2014 | Category: C# Interview questions | Views: 1829 | Points: 40
Answer:

There can be a zero or more catch statement for each try statement.
So it has no limit to the number of catch statement per try statement.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response