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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board