Which Of These Methods Of A Thread Class Is Used To Suspend A #574
Which of these methods of a Thread class is used to suspend a thread for a period of time?
This multiple choice question (MCQ) is related to the book/course
gs gs128 Java.
It can also be found in
gs gs128 Exploring Java Lang Java IO - Java.lang - ThreadGroup Class & Runnable Interface - Quiz No.1.
Which of these methods of a Thread class is used to suspend a thread for a period of time?
sleep()
terminate()
suspend()
stop()