Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / guest

ready() state

Is This Answer Correct ?    7 Yes 4 No

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

Answer / 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

More Advanced Java Interview Questions

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

0 Answers  


Why are my checkboxes not being set from on to off?

0 Answers  


Which container method is used to cause a container to be laid out and redisplayed?

0 Answers  


What must a class do to implement an interface?

0 Answers  


what are memory considerations of jsp compares to other web components?

0 Answers   TCS,


Explain the stub's and skeleton's functionality?

7 Answers  


What are local interfaces? Describe.

0 Answers  


What is the purpose of the notify() method?

0 Answers  


What are skeletons and stubs and how they are generated?

2 Answers  


To identify IDL language what mapping mechanism is used?

0 Answers  


Is multiple try block is possible in single java Application......

3 Answers  


When a thread terminates its processing, it enters into what state?

1 Answers  


Categories