Will finally block get executed if the 1exception had not
occurred?
Answer Posted / ranganathkini
Yes a finally block always executes irrespective of the fact
if or if not an exception was thrown in the associated try
block.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to install or uninstall a windows service?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
User's session is explicitly killed by which method ?
What is jagged array?
What is console programming language?
Is null == null c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is serialization in .net?
What is meant by clr?
Explain copy constructor?
What is asax file in c#?
What are static and dynamic variables?
What is a partial class in c#?
Can properties be static in c#?
What is xml serializer?