What is the life cycle of Thread ?

Answer Posted / karnika

The following diagram shows the states that a Java thread
can be in during its life. It also illustrates which method
calls cause a transition to another state. This figure is
not a complete finite state diagram, but rather an overview
of the more interesting and common facets of a thread's
life. The remainder of this section uses the Clock applet
previously introduced to discuss a thread's life cycle in
terms of its state.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the meaning of immutable regarding string?

514


What does those terms actually mean included in the j.d.k i.6?

1596


What function extracts specified characters from a string?

558


What is the difference between final, finally and finalize() in java?

510


Are arrays immutable in java?

534






What is a data structure java?

495


What do you know about the garbage collector?

605


Which collection does not allow duplicates in java?

461


I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com

1066


Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?

573


What is the difference between compile-time polymorphism and runtime polymorphism?

557


What does compareto () do in java?

563


Is Java a dying language?

564


How do you compare characters in java?

515


What methods are used in Servlet?Applet communication?

1657