671. Who can access Session state variables ?
A. All users within a single tunnel
B. All Users of an application
C. A Single session
D. All of the above

672. We can manage states in asp.net application using_______________?
A. Session Objects
B. Application Objects
C. Viewstate
D. All of the above

673. If a developer of ASP.NET defines style information in a common location. Then that location is called as_________________?
A. Theme
B. Master Page
C. Customization
D. None of these

674. When does Garbage collector run ?
A. It runs random
B. When application is running for more than 15 minutes
C. When application is running low of memory
D. None of these

675. What attributes do you use to hide a public .Net class from COM ?
A. ComVisible attributes
B. DLLImport Attributes
C. COM Interop
D. All of the above

676. When a .aspx page is requested from the web server, the out put will be rendered to browser in following format ?
A. XML
B. HTML
C. WML
D. All of the above

677. Difference between Response.Write() and Response.Output.Write() ?
A. Response.Output.Write() allows you to write formatted output
B. Response.Output.Write() allows you to stream output
C. Response.Output.Write() allows you to buffer output
D. Response.Output.Write() allows you to flush output

678. File extension used for ASP.NET files ?
A. .ASP
B. .Web
C. .ASPX
D. None of these

679. Which of the following ASP.NET object encapsulates the state of the client ?
A. Application object
B. Session object
C. Server object
D. Response object

680. In ASP.NET in form page the object which contains the user name is ________________?
A. Page.User.IsInRole
B. Page.User.Name
C. Page.User.Identity
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