A

Admin • 828.03K Points
Coach

Q. Which method can be used to determine whether a thread is alive or not?

  • (A) isActive()
  • (B) isRunning()
  • (C) isAlive()
  • (D) exists()

Explanation by: Admin
isAlive() returns true if the thread has been started and has not yet died.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.