Vidyalelo
C# Programming · Q24

Multithreading in C Sharp

Programming · C# Programming · question 24

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
Answer
D.
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