A

Admin • 832.27K Points
Coach

Q. What is the state of a thread when the start() method has been called but the run() method has not yet begun?

  • (A) New
  • (B) Runnable
  • (C) Blocked
  • (D) Waiting

Explanation by: Admin

After calling start(), the thread is in Runnable state but may not be running yet.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.