Multiple choice

Which of the following methods is used in multithreaded programming to determine if a thread is still running?

  1. Join

  2. isAlive

  3. Run

  4. Sleep

  5. Start

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This method is used in multithreaded programming to determine if a thread is still running.