What state does a thread enter when it terminates its processing

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

Showing Answers 1 - 4 of 4 Answers

Vikky

  • Jul 22nd, 2005
 

THere is no dead state i Thread.

  Was this answer useful?  Yes

shashank

  • Jul 25th, 2005
 

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

  Was this answer useful?  Yes

Sumit Sengar

  • Aug 24th, 2005
 

After thread stops processing and has completed its run method it enters a dead state. Dead here signifies that it may no more "excute". Though it still remains to be a notmal java object in memeory n u can call other non-thread specific methods on it.

snatch

  • Sep 28th, 2005
 

the thread enters the 'TERMINATED' state. at this point, the thread is not accessible

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions