Q5
What is the purpose of the start() method in Java threads?
A.
It resumes the execution of a thread
B.
It suspends the execution of a thread
C.
It starts the execution of a new thread
AnswerD.
It stops the execution of a thread
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board