🎴 Flashcard Mode
Java Basics (UGC)
Card1 / 15
Mastered0
Review0
QuestionClick to flip
Which of the following methods is used in multithreaded programming to determine if a thread is still running?
AnswerClick to flip back
A
isAlive
💡 Explanation:
This method is used in multithreaded programming to determine if a thread is still running.