Try-Catch-Finally
State the function of the “Try-Catch-Finally” block
Expert
“Try ” block includes those statements which may results in the exception and the Catch block handles this exception, if any occurs. “Catch ” block comprises of the statements which have to be executed, whenever an exception occurs. The “Finally ” block gets always executed, irrespective of the fact whether an exception occurs or not. The finally block is generally used to perform the clean-up process. In case any exception occurs within the try block, the control of the program is directly transferred to its corresponding catch block and then to the finally block. If no exception occurs within the try block, then control of the program is directly transferred to the finally block.
Which method is used in .NET to enforce garbage collection?
State the main components of .NET Framework?
Illustrate in brief the main difference between Navigation application and XBAPs in the WPF?
Can the 'throws' clause can be used to raise an exception?
Describe the role of new keyword in brief.
Distinguish the term Classic ASP as well as ASP.Net?
What is the duration for items stored in the ViewState?
What is an Intermediate Language (IL)?
State various controls of ASP.NET AJAX?
Illustrate the Session state in the ASP.NET.
18,76,764
1927943 Asked
3,689
Active Tutors
1437485
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!