Computer Programming MCQs ASP.net
Q Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time ?
  • A A. Lock()
  • B B. Threadlock
  • C C. Synchronize()
  • D D. Synchronize
Leave a Comment