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
How database connectivity in XML is achieved?
how do you Handle Front End Application data against DB with example?
What is table mutation and how do you avoid it?
the same information whether it will connect to the database or it will be used previous information?
How to deploy Jar, War files in J2EE?
What state does a thread enter when it terminates its processing?
Is it possible to stop the execution of a method before completion in a sessionbean?
How will you pass parameters in RMI? Why do you serialize?
Are we allowed to change the transaction isolation property in middle of a transaction?
To identify IDL language what mapping mechanism is used?
What is TL and its use?
What is the difference between a menuitem and a checkboxmenuitem?
Is infobus easy to use?
What are callback interfaces?
What are the different class loaders used by jvm?