1.
Which of the following event handlers is included in the global.asax file in .NET:
  1. Application_Start
  2. Application_End
  3. Session_Start
  4. Session_End
  5. Application_OnRequest
2.
In .NET, which of the following encapsulates the state of the client?
3.
In .NET, which of the following keywords can handle an exception in C#?
4.
Which of the following statements declares a two-dimensional array in C#?
5.
Which of the following files is created when a C# program is compiled?
6.
In .NET, the garbage collector executes __________________________.
7.
Which of the following statements is true for Common Type System (CTS) in .NET?
8.
In .NET, which of these is applied as default for a member of a class if an access specifier is not used for it?
9.
In .NET, which of these must have the same name as the class it is declared in?
10.
Which of the following can be applied for main method in .NET?