| |
GeekInterview.com > Interview Questions > J2EE > Java
| Print | |
Question: What state does a thread enter when it terminates its processing
Answer: When a thread terminates its processing, it enters the dead state. |
| July 07, 2005 03:41:00 |
#2 |
| shashank |
Member Since: Visitor Total Comments: N/A |
RE: What state does a thread enter when it terminates its processing |
| After termination thread does not exit. BY saying it is in dead state means it is possible to get hold of thread and it is existing |
| |
Back To Question | |