A thread enters the ________ state once its run() method has completed execution.

  • Blocked
  • Runnable
  • Terminated
  • Waiting
A thread enters the "Terminated" state in Java once its "run()" method has completed execution. In this state, the thread has finished its task and is no longer actively executing code.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *