If we write return statement in finally block will it works
fine or throws any error?
Answer Posted / sri4u_926
If we write return statment in the finally block it works
fine coz finally is compulsary exe block.
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
What is meant by tempdata in mvc?
Explain what languages does the .net framework support?
What is routeconfig.cs in mvc 4?
what is use of entitydatasource control?
How route table is created in ASP.NET MVC?
How do I use partial view?
Explain how to use multiple submit buttons in ASP.Net MVC?
What is NonActionAttribute ?
What is entitytypes? : Entity framework
Does razor engine supports for tdd?
How do you specify comments using razor syntax?
What are the levels at which filters can be applied in an asp.net mvc application?
What is basic authentication in web api?
What is .net framework used for?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?