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
What are externizable interface?
Name three component subclasses that support painting?
Explain about local interfaces.
what are memory considerations of jsp compares to other web components?
To identify IDL language what mapping mechanism is used?
What is the difference between the font and fontmetrics classes?
Which javutil classes and interfaces support event handling?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What restrictions are placed on the location of a package statement within a source code file?
Define aop(assepct oriented programing)?
What is the infobus?
What are the call back methods in entity bean?
What is bean? Where can it be used?
Can we sent objects using Sockets?
What are the different methods of identifying an object?