GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  J2EE  >  Java
Go To First  |  Previous Question  |  Next Question 
 Java  |  Question 12 of 921    Print  
What state does a thread enter when it terminates its processing
When a thread terminates its processing, it enters the dead state.


  
Total Answers and Comments: 4 Last Update: September 28, 2005   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 22, 2005 04:13:23   #1  
Vikky        

RE: What state does a thread enter when it terminates its processing
THere is no dead state i Thread.
 
Is this answer useful? Yes | No
July 25, 2005 03:41:00   #2  
shashank        

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
 
Is this answer useful? Yes | No
August 24, 2005 02:01:15   #3  
Sumit Sengar        

RE: What state does a thread enter when it terminates its processing
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.
 
Is this answer useful? Yes | No
September 28, 2005 17:31:32   #4  
snatch        

correct answer --
the thread enters the 'TERMINATED' state. at this point, the thread is not accessible
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape