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 definingquery in entity framework? : Entity framework
What is MVVM design pattern?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Is .net framework 4.8 the last version?
Explain representational state transfer (rest) in detail?
What is edm (entity data model)? : Entity framework
What is .net framework used for?
what is way of loading data in ef (entity framework)?
How can I tell what .net framework is installed?
Mention the core components of .net framework?
Explain the new features 3.5 framework against with the tool?
Is it possible to create a custom filter?
Give an example for authorization filters in an asp.net mvc application?
What type of filter does outputcacheattribute class represents?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?