-
Which function of pre defined class Thread is used to check weather current thread being checked is still running?
-
- Join()
- isAlive()
- Alive()
- isRunning()
- None of these
Correct Option: B
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.