![]() Related Questions <% Set Application("Thing") = Server.CreateObject("THINGDOER.thingy") %> The above code appears in the global.asa file. What would it accomplish? A. It would create a "Thing" object and place it in Contents Collection of the Application object. B. It would create a "Thing" object and place it in StaticObjects Collection of the A. Setting the [component name].scope property. B. Using the Server.CreateObject method. C. Placing it in the Session or Application OnStart event handler. D. Instantiating the component in the global.asa Latest Answer : Its Option E. tag ... A. Relational data via Jet. B. Local or SQL data via Jet. C. Relational data via ODBC. D. Non-relational data via DSN-less ODBC. E. All types of data via OLE DB. Latest Answer : E is the right answer. i.e. All types of data using OLEDB ... A. HTMLEncode,MapPath B. URLEncode,ScriptTimeout C. URLEncode,CreateObject D. ScriptTimeout,Abandon Latest Answer : Server.URLEncode Server.HTMLEncode ... A. Server B. Response C. Request D. ObjectContext Latest Answer : Ans:Request ... A. Server B. Response C. Request D. Session Latest Answer : Ans:Response ... The browser makes a HTTP request; the server gives a HTTP response to the browser and the browser converts into a HTML page. Latest Answer : Client send the request to the server thru Request objcet. Server recevied the information and after processing the request send back to the server thru response object.server object takes the user supplier string and encode it into the proper html format. ... The browser makes a HTTP request; the server does the processing and gives a HTML response to the browser. Latest Answer : To make the HTML page dynamic ASP is used which the server page scripting language. Mainly used to convert the information and display it on browser ... POST METHOD: The POST method generates a FORM collection, which is sent as a HTTP request body. All the values typed in the form will be stored in the FORM collection. GET METHOD: The GET method sends Latest Answer : getmethod uses the querystring to pass the data to the server so it appends data to the url so it is not secured one whereas post method differs from it it is passed to the server through the form collection ... EMPTY: has no value NULL: Value does not exist (conjunction with database) OBJECT: Latest Answer : Subtype Explanation Empty Variant is not initialized. Value is either zero for numeric variables or a zero-length string ("") for string variables. Null Variant intentionally contains no valid data. Boolean Contains either True or False. Byte Contains ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||