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.
Explain the services which UDDI offers to the Web applications.
Explain abstract classes and List the different characteristics of an abstract class?
Explain the working of Cookies. And also give the example of the Cookie abuse?
Explain concept of the Destructor?
Write the name of two new properties that are further added in an ASP.NET 4.0 Page class?
Write the basic difference between ASP and ASP.NET?
What do you understand by Common Type System (CTS)?
Write the name of event which determines that all controls are completely loaded into the memory?
Write down in brief the various types of Triggers in the WPF?
How a border can be placed around a picture box?
18,76,764
1933553 Asked
3,689
Active Tutors
1415672
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!