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

Join The Discussion