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
When a thread blocks on i/o, what state does it enter?
How database connectivity in XML is achieved?
Explain how will the struts know which action class to call when you submit a form?
Difference between hashmap and hashtable?
What is glasgow?
Which textcomponent method is used to set a textcomponent to the read-only state?
Do I need to import javlang package any time? Why ?
what are the activation groupworks?
Define prototype?
Is infobus easy to use?
How substring() method of string class create memory leaks?
Explain the different types of memory used by jvm?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What are JTA/JTS and how they used by client?
difference between ejb,struts,hibernate,spring and jsp