3303-flashcards/hATaBiZQ - 3303/UOJnMBKV - What causes a thread to move into the Sleeping state and how does it leave.md
2026-04-20 23:08:47 -04:00

256 B

What causes a thread to move into the Sleeping state, and how does it leave?


😴

  • Entering: The thread invokes the sleep() method.
  • Leaving: It remains blocked until the specified sleep time elapses or it is interrupted.