Discussion :: JAVA MCQs
- Which of these method is used to find out that a thread is still running or not?
Answer : Option C
Explanation :
The isAlive( ) method returns true if the thread upon which it is called is still running. It returns false otherwise.
Be The First To Comment