InterviewSolution
Saved Bookmarks
| 1. |
What Is Monitor Class In C# ? |
|
Answer» The MONITOR class is USED to access an OBJECT by granting a lock for the object to a SINGLE THREAD. The Monitor class is used to access an object by granting a lock for the object to a single thread. |
|