What is the life cycle of Thread ?

Answer Posted / harish

Once you create a Thread Class. Instantiate the Thread and
invoke the method start. It intern triggers the run method
on the Thread. Once the run method is completed, The
thread will be in dead state.

Is This Answer Correct ?    53 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the parts of methodology?

549


What is set string?

596


What do you understand by the term wrapper classes?

546


Is there any case when finally will not be executed?

524


What is abstract class constructor called?

571






What is meant by flickering?

656


What is the role of garbage collector in java?

495


What are the skills required for core java?

543


How do you escape a string?

508


Can we have a try block without catch block?

569


What is the difference between jdk and jre?

610


what is the difference between Object Based Language and Object Oriented Language?

599


What are the different tags provided in jstl?

553


What is difference between path and classpath?

564


What is a top level class in java?

537