Multiple choice

When an allocated time of a thread is over, JRE puts it back in the _____ state.

  1. new

  2. ready

  3. running

  4. dead

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

When an allocated time of a thread is over, JRE puts it back in the ready state for giving the chance to another thread.