721. Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called ________________?
A. Threading
B. AppDomain
C. RCW
D. Serialization

722. In ASP.NET if one wants to set the focus on a particular control________________?
A. Call FOCUS method
B. Call SETCONTROL
C. Call SETFOCUS
D. None of the above

723. When an .aspx page is requested from the web server, the out put will be rendered to browser in following format ?
A. HTML
B. WML
C. JSP
D. XML

724. Select the validation control used for “PatternMatching”?
A. RangeValidator
B. PatternValidator
C. RegularExpressionValidator
D. FieldValidator

725. How ASP.Net Different from classic ASP ?
A. Code is separated from the HTML and interpreted Code is interpreted separately
B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
C. Scripting is separated from the HTML, Code is interpreted seperately
D. None of these

726. Select the output of the statement ?
A. Transfers all the form data to test.aspx with HTTP headers
B. Transfers all the form data to test.aspx with out HTTP headers
C. Calls post method on test.aspx
D. None of the above

727. How do you explicitly kill a user session ?
A. Session.Exit
B. Session.Close( )
C. Session.Discard( )
D. Session.Abandon

728. Which method displays the custom control________________?
A. Display
B. Page_Load
C. Render
D. The Prerender

729. The __________________ property affects how the .Net Framework handles dates, currencies, sorting and formatting issues?
A. CurrentUICulture
B. CurrentCulture
C. All of the above
D. None of these

730. By default, ASP.NET store SessionIDs in ___________________?
A. Global variable
B. Cookies
C. Database
D. Database

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