Which Of These Method Of Thread Class Is Used To Suspend A #891
Which of these method of 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 Java Multithreading - Java Thread Class - Quiz No.1.
Which of these method of Thread class is used to Suspend a thread for a period of time?
sleep()
terminate()
suspend()
stop()