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
AnswerD.
It starts a new thread
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board