Sail E0 Webinar
Question
Which function of pre defined class Thread is used to check weather current thread being checked is still running?
Options:
A .  isAlive()
B .  Join()
C .  isRunning()
D .  Alive()
Answer: Option A


isAlive() function is defined in class Thread, it is used for implementing multithreading and to check whether the thread called
upon is still running or not.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers