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
AnswerD.
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