If we write a goto or a return statement in try and catch
block will the finally block execute?
Answer Posted / om namo bagavathe vasudevaya n
what ever goto or continue statement you used in try/catch
the finally bolck must be executed
even an exception occuerd or an exception not occured in the
try block the finally block defanetly executed
but they are some excptions like system exceptions and
application exceptions.For this exceptions the finally block
may or may not excute because
SYSTEM EXCEPTIONS:this excptions occur during runtime
examples:some hardware problems
Application Exception:they also probally occur whill the
application is running
example:if we give textbox maximum size limt as 50
characters.If we enter morethan 50 characters then some
exceptions should occur
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Explanation on Generic?
In .NET which is the smallest unit of execution?
What are collection classes?
Why is lazy loading?
What is the difference between list and arraylist in c#?
What's difference between constants and static readonly?
What do you mean by serialization in .NET?
What is strongly typed view?
What is yield in c#?
What is gridview c#?
What is readline library?
What are reflections in c#?
Explain about ODP.net
Why do we need delegates?
What is the meaning of 0 in c#?