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

Explain jdk, jre and jvm?

562


What is the difference between numeric and integer?

509


Can we clone singleton object in java?

558


What are the basic control structures?

492


How is treeset implemented in java?

484






What is an enumeration?

566


Is java same as core java?

580


Can we override static methods in java?

575


how to deploy tomcatserver to weblogic server? write d following steps?

1440


Describe what happens when an object is created in java ?

543


what is meant wrapper classes?

597


What is final access modifier in java?

585


Name some classes present in java.util.regex package.

599


Can we override constructor in java?

570


What are access specifiers in java ?

586