Which Of This Method Is Used To Find Out That A Thread Is Still #873
Which of this method is used to find out that a thread is still running or not?
This multiple choice question (MCQ) is related to the book/course
gs gs128 Java.
It can also be found in
gs gs128 Java Multithreading - isAlive(), Join() & Thread Synchronization in Java - Quiz No.1.
Which of this method is used to find out that a thread is still running or not?
run()
Alive()
isAlive()
checkRun()