Q24
What is the purpose of the Monitor class in C# multithreading?
A.
To allocate memory for storing thread-related data
B.
To signal one or more waiting threads that an event has occurred
C.
To provide a mechanism for thread synchronization using locks
AnswerD.
To manage a collection of threads
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board