If we write return statement in finally block will it works
fine or throws any error?

Answer Posted / avinash kumar

We can not write any type of return statement inside the
finally block...The reason behind it,finally is block
should have to execute in any case.Return statment is fine
when no exception is generated or generated exception is
properly catched,in these two cases control can easily go
back to caller of method or a method can able to return a
valid datatype..
But what happen when an exception is
generated and is not caught,in this case also finally block
will exectute.After the execution of finally block the
control should goto the Runtime environment,means control
should should go away from the execution.But keeping the
return statement inside finally block,in this case
execution plan force the runtime environment to give the
control to the caller of the method.
So for this reason we
can not put any type of return statement inside finally
block.Because complier checks all the possiblities....

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the advantage of packaging over xcopy in .net?

736


What is presentation framework?

733


What are advantages of Dependency Injection (DI) in ASP.Net MVC?

773


What you mean by routing in mvc?

789


How can we determine action invoked from HTTP GET or HTTP POST?

757


How does servicing work for the .net framework 3.0?

682


how can you enhance the performance of entity framework?

782


mention what is the difference between ado.net and classic ado?

763


sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?

3176


Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?

752


What is a model in programming?

738


What is the difference between adding routes, to a webforms application and to an mvc application?

735


What is domain class model?

696


What is Differnce between html.action and ajax.action?

742


How to Redirect Tracing to a File

773