Vidyalelo
C# Programming · Q43

Multithreading in C Sharp

Programming · C# Programming · question 43

Q43

What does the term "thread synchronization" mean in multithreading?

A.
It is the termination of a thread
B.
It is the creation of a new thread
C.
It is the coordination of multiple threads to prevent conflicts and ensure orderly execution
Answer
D.
It is the waiting of a thread to finish its execution before continuing with the current thread

Answer: Option C

Solution

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