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

Answer Posted / rajesh

Initial state of the thread is ready state. When you create
an object of the class either implementing the runnable
interface or extending Thread class, thread is created.

Thread is start when developer calls;

Thread.start() method

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between java class and bean?

573


Explain what is orm?

663


Explain the steps in details to load the server object dynamically?

4528


What is ioc concept?

675


Explain the advantages and disadvantages of detached objects.

560






What is the difference between a static and a non-static inner class?

586


What is the relationship between local interfaces and container-managed relationships?

580


Can you control when passivation occurs?

584


What are the purpose of introspection?

667


What are various types of class loaders used by jvm?

485


Difference between DurableSubscription and non- DurableSubscription?

1703


which type of objects reference will be given to client?

2016


Do I need to import javlang package any time? Why ?

616


How can I avoid validating a form before data is entered?

543


What modifiers may be used with an inner class that is a member of an outer class?

564