Hi all,I am the beginner.
Please tell use of finally block.
Answer Posted / master
what you need to learn here... the meaning is there itself
right 'finally'.... after everything done... the finally
will execute....
everyday... if you rome around hyd... finally you will
reach home right... this is also like that... :)
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
Which is faster abstract class or interface in c#?
What is multidimensional array in c#?
What are the steps for creating clr trigger
What is a data set in c#?
In object oriented programming, how would you describe encapsulation in c#?
Explain how do I convert a string to an int in c#?
What is difference between field and property in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
How do you create partial methods?
Describe the types of comments in c#?
What is the difference between dataset and datatable in c#?
What is yield break in c#?
Why do we need interfaces in c#?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?