Vidyalelo
Java Programming · Q5

Threads

Programming · Java Programming · question 5

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
Answer
D.
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