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.
Differentiate between object-oriented programming and procedural?
What is the way to identify that a Page is Post Back?
What do you understand by the JSON?
What is data type and how many types of data types are there in .NET ?
Define Server-side scripting and Client-side scripting?
Explain Lazy Initialization?
Write the difference between an interface and abstract class?
Write down in brief, the objects in asp.net and state the main purpose of such objects?
What do you mean by the Assembly Manifest?
Which type of code, a client-side or a server-side, is found in the code-behind file of the Web page?
18,76,764
1930970 Asked
3,689
Active Tutors
1452350
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!