Kizspy | Question: 20 (Choose 1 answer)
What happens to a thread in the ThreadPool class after completing a task?
A. It remains in the pool and waits for the next task assignment.
B. It is immediately deallocated and removed from the pool.
C. It goes into a dormant state until the next task is available.
D. It transfers its resources and state to another thread in the pool.