<% 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 Application object.
C. It would create a "Thing" object and place it in the Application.Buffer Collection Of the Application object.
D. It would create an application-level variable named "Thing" with the value of the object property "THINGDOER.thingy".
E. It would fail to create a "Thing" object because the code requires the Application.Lock and Application.Unlock methods.

  
Showing Answers 1 - 2 of 2 Answers

Sharath.K.Andugula

  • Oct 6th, 2005
 

Answer is a,

coz , creating the Instance of object & palcing in the contents collections

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions