731. Which of the following denote ways to manage state in an ASP.Net Application ?
A. Application objects
B. Session objects
C. ViewState
D. All of the above

732. In ASP.NET if you want to allows page developers a way to specify static connections in a content page then the class used is_____________?
A. System.Activator
B. ProxyWebPartManager
C. WebPartManager
D. None of these

733. Which of the following is true about session in ASP.NET ?
A. The default time interval is 5 minutes
B. Programmers has to take care of delete sessions after configurable timeout interval
C. ASP.NET automatically delete sessions after configurable timeout interval
D. None of the Above

734. We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
A. page_laod event in aspx page
B. page_load event in code-behind
C. both will run simultaneously
D. None of these

735. Which class can be used to perform data type conversion between .NET data types and XML types ?
A. XmlSettings
B. XmlConvert
C. XmlCast
D. XmlType

736. What is the base class from which all Web forms inherit ?
A. Page Class
B. Master Page
C. Session Class
D. None of these

737. If one uses ASP.NET configuration system to restrict access which of the following is TRUE ?
A. The access is restricted only to ASP.NET files
B. The access is restricted only to static files and non-ASP.NET resources.
C. Both A and B
D. None of the Above

738. Explain the significance of Server .MapPath ?
A. Returns the Virtual Path of the web folder
B. Maps the specified virtual path to Physical path
C. Returns the physical file path that corresponds to virtual specified path
D. All of the above

739. On which of the operating system below ASP.NET can run ?
A. Windows XP Professional
B. Windows 2000
C. Both A and B
D. None of these

740. What is the extension of a web user control file ?
A. .Aspx
B. .Asmx
C. .Ascx
D. None of these

NOTE
IF YOU THINK ANY OF THE MCQ ABOVE IS WRONG.
PLEASE COMMENT WITH CORRECT ANSWER AND ITS DETAIL EXPLANATION IN COMMENT BOX.
THANK YOU