Can a try block have nested try blocks?
Answer / Ravi Raushan
Yes, a try block can contain other try blocks. However, it's important to remember that when an exception is encountered within a try block, control immediately jumps out of all nested try blocks and any associated finally blocks are executed before continuing with the catch or finally block of the outermost try.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the benefit of .net core?
what is object lock?
What is the use of UML in .Net
What application do you use to install a Windows service?
Explain me difference between public and static modifiers?
WHAT IS .net
Explain how to manage pagination in a page using .net?
Explain the different parts of an assembly?
What security mechanisms to enforce for Authenticating and authorizing the users?
Is Driver Script any how related to AOM?
What is singleton activation mode in .net?
What is manifest in .net?