Interview Questions

What method(s) must be used with the Application object to ensure that only one process accesses a variable at a time?

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

What method(s) must be used with the Application object to ensure that only one process accesses a variable at a time?

What method(s) must be used with the Application object to ensure that only one process accesses a variable at a time?
* Synchronize()
* Lock() and UnLock()
* Lock()
* Asynchroize()


Lock()

(Continued on next question...)

Other Interview Questions