Do we get an error while executing the “finally” block in c#?


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

Post New Answer

More C Sharp Interview Questions

What is the use of console?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


Where is the output of TextWriterTraceListener redirected?

1 Answers  


What is collection class c#?

0 Answers  


What is a predicate in c#?

0 Answers  


When should we use sealed class in c#?

0 Answers  


Distinguish between a class and struct?

0 Answers  


code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.

0 Answers  


What is difference between static and constant variable?

0 Answers  


What are delegate methods?

0 Answers  


What is the CTS, and how does it relate to the CLS?

0 Answers   Arigo Infotech,


what is inheritance and an example in vb.net and c# of when you might use it?

0 Answers  


Categories