Thread life cycle?

Answers were Sorted based on User's Feedback



Thread life cycle?..

Answer / chandan

1.New State
2.Running State(dat is Runnable State)
3.Running State
4.Dead State
4.Blocked

Is This Answer Correct ?    4 Yes 0 No

Thread life cycle?..

Answer / abhinandan

Ready, running , wait , dead

Is This Answer Correct ?    0 Yes 0 No

Thread life cycle?..

Answer / deepak

Runnable, Running , blocked , Dead.

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Advanced Java Interview Questions

diff between jsp include directive and jsp action include?

4 Answers   SolutionNET,


What is message driven beam?

0 Answers  


Explain the life cycle of servlet?

3 Answers   Cognizant, HCL,


how team leaders assign work for the team member like through papers,word document

1 Answers   TCS,


What is Connection Pooling?

1 Answers   Enteg Technologies, Infosys, Polaris,






How to synchronize jsp page?

1 Answers   Infotech, TCS,


What invokes a thread?s run() method?

2 Answers  


Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...

2 Answers   NSN,


What is multithread synchronizing ?

4 Answers   Sun Microsystems,


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??

0 Answers   Ducat,


Which container method is used to cause a container to be laid out and redisplayed?

0 Answers  


Categories