Vidyalelo
Java Programming · Q14

Threads

Programming · Java Programming · question 14

Q14

How can you check if a thread is still running in Java?

A.
By using the runStatus() method
B.
By using the isThreadAlive() method
C.
By using the isRunning() method
D.
By using the isAlive() method
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board