What is the initial state, When a thread is created and
started?

Answer Posted / dharmender

the initial state of a thread is New, when a thread instance is just created but start method is not yet invoked on it.
Once start method is called upon then it enters the Runnable state.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is local interface. How values will be passed?

541


What is in-memory replication?

547


How task's priority is used in scheduling?

1771


Can I map more than one table in a cmp?

585


Why do I get a duplicate name error when loading a jar file?

536






Difference between hashmap and hashtable?

598


Explain RMI Architecture?

595


What is the relation between the infobus and rmi?

549


Is the ternary operator written x : y ? Z or x ? Y : z ?

628


What is the purpose of the wait(), notify(), and notifyall() methods?

559


why static class in java

1267


Can I run seam outside of jboss as?

628


Describe responsibilities of Activator?

1659


What are the call back methods in entity bean?

550


What is abstract schema?

544