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.
What does a break statement do in the switch statement?
When.NET was developed?
List the various techniques to authenticate the user in ASP.NET?
Illustrate the terms User Control as well as Custom Control?
Briefly describe the ADO.NET architecture?
14. What is difference between Tool Strip drop down button and toolstripsplit button?
Explain what is Multicast delegate?
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
The controls are fully loaded in which event?
Write about the AJAX and JavaScript?
18,76,764
1931394 Asked
3,689
Active Tutors
1436833
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!