Q34
In C#, what is the purpose of the Thread.Join() method?
A.
To start a new thread
B.
To suspend the execution of the current thread
C.
To wait for a thread to finish its execution before continuing with the current thread
AnswerD.
To terminate the current thread
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board