Will finally block get executed if the 1exception had not
occurred?
Answer Posted / shiba shankar
yes, the exception may or may not occur it is mandatory
that the finally block must be executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is collection a data structure?
What is array and types of array in c#?
Can bool be null c#?
What is the difference between “out” and “ref” parameters in c#?
How do you mark a method obsolete?
What is dapper in c#?
What does mean c#?
What is null propagation c#?
Explain About web methods and its various attributes
Is c# or c++ better for games?
To catch any possible exception What is the C# syntax written ?
What is a hash table c#?
What is the difference between const and static read-only?
What is difference between an reference type and value type in C#?
List down the differences between public, static and void keywords?