Can two catch blocks be executed?

Answer Posted / sunny

no,,two catch blocks cnt b executed ..only one will be at
one time,,,,

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between method overriding and method overloading?

486


How do you specify a custom attribute for the entire assembly?

484


What are jump statements in c#?

510


What is use of singleton class in c#?

499


In which situation(s), the use of "Delegate" is a good idea?

555






What is the lock statement in c#?

540


in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?

681


What are the types of comments in c#?

551


What is difference between new and override in c#?

457


Does c# support multilevel inheritance?

489


What is the difference between parse and tryparse in c#?

498


Why dependency injection is used in c#?

495


Why do we need oops in c#?

482


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

1820


What language is arduino?

534