Which Of The Following Stops Execution Of A Thread #913
Which of the following stops execution of a thread?
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 stops execution of a thread?
Calling SetPriority() method on a Thread object
Calling notify() method on an object
Calling wait() method on an object
Calling read() method on an InputStream object