Vidyalelo
Java Programming · Q11

Threads

Programming · Java Programming · question 11

Q11

What is the purpose of the join() method in Java threads?

A.
It synchronizes threads
B.
It resumes a paused thread
C.
It waits for a thread to complete its execution before moving on
Answer
D.
It starts a new thread

Answer: Option C

Solution

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