Test Status
      ASPRANDOMTEST
      (A) Concat method of the String object
      (B) Append method of the StringBuilder object
      (C) Plus sign operator to concatenate the strings
      (D) Substring method of the String object
      (A) server
      (B) response
      (C) session
      (D) All of the above
      (A) server
      (B) session
      (C) request
      (D) response
      (A) Default constructor
      (B) Parameterized constructor
      (C) Global.asax
      (D) On click of button
      (A) Response.Write(System.Environment.Version.ToString() );
      (B) Response.Write(Version.ToString() );
      (C) Response.Write(System.Version.ToString() );
      (D) not possible
      (A) <% Language=VBScript %>
      (B) <%@ Language=VBScript %>
      (C) <% ASPLanguage = VBScript %>
      (A) asp:label
      (B) asp:listitem
      (C) asp:button
      (A) HTMLForms
      (B) Webforms
      (C) Winforms
      (A) ISerializable
      (B) ISingleCall
      (C) IUnknown
      (D) IMarshalByValue
      (A) Window class
      (B) Web class
      (C) Form class
      (D) Page class
      (A) Session Object
      (B) InProcess
      (C) StateServer
      (D) all of the above
      (A) Event-driven
      (B) Static
      (C) Linear
      (D) Topdown
      (A) Declare Global variables
      (B) Implement application and session level events
      (C) No use
      (A) Output Caching
      (B) DataCaching
      (C) a and b
      (D) none of the above
      (A) Performance Counters
      (B) Data Performance Counters
      (C) Web Performance Counters
      (D) Data Readers
      (A) ADODB.Connection
      (B) ADODB.Recordset
      (C) ADODB.Command
      (D) All of the above