Vidyalelo
Java Programming · Q225

Interfaces and Abstract Classes

Programming · Java Programming · question 225

Q225

Which of these methods of a Thread class is used to suspend a thread for a period of time?

A.
sleep()
Answer
B.
terminate()
C.
suspend()
D.
stop()

Answer: Option A

Solution

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