GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP

 Print  |  
Question:  What happens when a client submits a form which changes the value of an Application variable?

Answer: 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 that client during their current session.
D. The change is visible to all clients, but only after they complete their current sessions and begin a new session.
E. The change is visible to all clients immediately after the form is processed by the server.


July 07, 2005 06:15:43 #1
 Rajesh   Member Since: Visitor    Total Comments: N/A 

RE: What happens when a client submits a form which changes the value of an Application variable?
 
Correct answer is E
     

 

Back To Question