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.
Previous Question | Next Question |
What is an objects lock and which objects have locks? | How would you implement a thread pool? |