what state does a thread enter when it terminates its processing? : Java thread



what state does a thread enter when it terminates its processing? : Java thread..

Answer / Hari Shankar Mehra

A thread enters the Terminated state when it terminates its processing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

static inner classes means..?

1 Answers  


What is rule of accessibility in java?

1 Answers  


can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}

4 Answers  


what is difference between front controller and action servlet?

2 Answers  


Why java is not a pure object oriented language?

5 Answers   IBM,


What is a ?

1 Answers  


if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads

2 Answers  


Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

2 Answers   ADP,


What is multithreading ???? How to stop multithrading in java????

1 Answers   Cognizant,


What are different types of control structures?

1 Answers  


What is the significance of listiterator?

1 Answers  


Does google use java?

1 Answers  


Categories