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

 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