Vidyalelo
C# Programming · Q34

Multithreading in C Sharp

Programming · C# Programming · question 34

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
Answer
D.
To terminate the current thread

Answer: Option C

Solution

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