If we write return statement in finally block will it works
fine or throws any error?
Answer Posted / alb.shah
Answer Is NO. We cannot have return in finally block...
we get the following error.
Control cannot leave the body of a finally clause
returns void, a return keyword must not be followed by an
object expression
Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Explain the steps to be followed to use passport authentication.
How do you do client-side validation in .net? How to disable validator control by client side javascript?
How many types of cache are there?
What is the typical session identifier?
How we can force all the validation controls to run?
What are the cookies types in asp.net?
Where the viewstate is stored after the page postback?
How many validators do ASP.NET have?
Explain different types of Caching techniques in ASP.NET?
What is web api and why to use it?
What does it mean your session has timed out?
How does asp net store session ids by default?
Is data edited in the Repeater control?
Define the term Web Garden?
What describes a query?