Hi all,I am the beginner.
Please tell use of finally block.
Answer Posted / chetan dubey
we use finally block in exception handling ,it is must
executable block of statement i.e. if there is any
exception is occured ,the code in the finally block is must
executed.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is form feed in c#?
What is the difference between overriding and overloading in systemverilog?
What are partial classes and use of partial classes?
What are generics in c#.net?
What is Co- and Contra-Variance in C#?
What is Fragmentation and its Types?
Expalin the way you implement inheritance by using VB.NET/C#?
What is a class in unity?
Why do we use dictionary in c#?
Wcf and what is difference between wcf and web services?
Do events have return type c#?
Explain manifest & metadata in c#.
What is assembly version series sequence?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
What is multicast delegate in c# ?