Vidyalelo
C# Programming · Q27

Multithreading in C Sharp

Programming · C# Programming · question 27

Q27

What is the purpose of the Semaphore class in C# multithreading?

A.
To provide synchronization mechanisms for multithreaded programs
B.
To signal one or more waiting threads that an event has occurred
C.
To manage a collection of threads
D.
To limit the number of threads that can access a resource at a time
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board