What can we do to handle multiple exceptions?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Can a class inherit structure.

4 Answers   IBM, Synechron,


What is a c sharp?

0 Answers  


What are All kind of access specifiers for a class and for methods

0 Answers  


What is the delegate in c#?

0 Answers  


What is ilist c#?

0 Answers  






What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?

0 Answers  


What is the difference between abstract and virtual?

0 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


What is inheritance c#?

0 Answers  


What is the use of expression tree in c#?

0 Answers  


How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?

0 Answers  


Explain how to use an extender provider in the project.

0 Answers  


Categories