Java Threads Question:

What state does a thread enter when it terminates its processing?

Answer:

When a thread terminates its processing, it enters the dead state.

Read All 38 Java Threads Questions
Previous QuestionNext Question
What is an objects lock and which objects have locks?How would you implement a thread pool?