Why do we need a finally block in try catch block while
handling exceptions
Answer Posted / amit
when we need to forcefully executed the code even any
exception will occurs.
| Is This Answer Correct ? | 0 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?
How to create events for a control? What is custom events? How to create it?
What is meaning of type safety in c#?
User's session is explicitly killed by which method ?
Can a class have more than 1 destructor?
What is .cshtml file?
Define mutex in C#?
Which namespaces are necessary to create a localized application?
Is c and c# the same?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Why is static constructor called first?
Are arrays immutable c#?
What are object pooling and connection pooling and difference between them?
Are c# constructors the same as c++ constructors?
How do you determine whether a string represents a numeric value?