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
What is xaml file in c#?
How do you set a class path?
What is a callback c#?
When was c# created?
Explain briefly the difference between value type and reference type?
What is generic types in c#?
How to use the sreamReader class to read form a text file?
What is a class c#?
What is the meaning of 0 in c#?
What are the benefits of using generics?
Define Final Class in C#
What is session and cookies in c#?
Are private members inherited in c#?
Can we inherit two classes in c#?
Explain the role of Garbage collector and its generations?