![]() Related Questions <% Response.Write a %> In the sample code shown above, what will be written to the screen? A. 1 B. 2 C. 1, 2 D. 1&2 E. Nothing. <% 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 <% iPos = Instr("Hello World","r") %> Referring to the above, what is the value of iPos? A. 0 B. 1 C. 2 D. 8 E. 9 A. Type mismatch error B. "Hello World, Hello World, Hello World" C. 0 D. "Hello World 3" E. "Hello World" Latest Answer : The code has not been displayed .plz display the code ... A. Client actions cannot change Application variables. B. The change is not visible to any client until the application is stopped and started. C. The change is only visible to future requests made by Latest Answer : Answer : E ... Following is the code Server.MapPath (".") consider the path is C:InetpubWWWRootMATDefault.asp. What will be the output A. C:InetPUb B. C:InetPUbWWWroot C. C:InetPUbwwwrootMAT D. Error Variable is a memory location through which the actual values are stored/retrieved. Its value can be changed. Local variables lifetime ends when the Procedure ends. Global variables lifetime begins at the start of the script and ends at the end of the script and it can be used by any procedure within the script. Latest Answer : Local Variable: The scope of the local variable is for the procedure in which they are declare. Which are called procedural level variable. Which are local to the procedure. The variables which are declare outside the procedure in option explicit whose ... It can be up to 255 characters Must start with an alphabet Must not contain an embedded period or full-stop .
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||