Which Of The Following Will Ensure The Thread Will Be In #914
Which of the following will ensure the thread will be in running state?
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 Multithreading - Quiz No.1.
Which of the following will ensure the thread will be in running state?
yield()
notify()
wait()
Thread.killThread()