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

What is the difference between a stub and a skeleton?

9 Answers   ABC, College School Exams Tests, Geoservices, Polaris, Qualcomm, Rajiv Gandhi College of Engineering and Technology RGCET, UTIITSL, Wipro,


how to use debug in my elipse to solve problems that exist in my project

0 Answers   SAP Labs, TCS,


Can I map more than one table in a cmp?

0 Answers  


Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...

2 Answers   NSN,


Difference between hashmap and hashtable?

0 Answers  


whats is statement and procedure

0 Answers   TCS,


What’s jboss cache in short?

0 Answers  


What are the states associated in the thread?

3 Answers  


Why does most servlets extend HttpServlet?

4 Answers   Accenture, Wipro,


difference of inheritance and interface

3 Answers  


What is permgen or permanent generation?

0 Answers  


difference between Abstract and Interface?

2 Answers   HCL, Infotech,


Categories