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.NET 2.0

 Print  |  
Question:  Application Object

Answer: What methods must be used with the application object to ensure that only one process access a varaible at a time?


September 09, 2008 17:20:08 #1
 sabithaganesh   Member Since: August 2008    Total Comments: 1 

RE: Application Object
 
lock() and unlock() methods are used
     

 

Back To Question