Java Threads Question:

Download Job Interview Questions and Answers PDF

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

Java Threads Interview Question
Java Threads Interview Question

Answer:

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

Download Java Threads Interview Questions And Answers PDF

Previous QuestionNext Question
What is an objects lock and which objects have locks?How would you implement a thread pool?