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


Please Help Members By Posting Answers For Below Questions

What are externizable interface?

824


Name three component subclasses that support painting?

848


Explain about local interfaces.

830


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

6288


To identify IDL language what mapping mechanism is used?

3682


What is the difference between the font and fontmetrics classes?

843


Which javutil classes and interfaces support event handling?

824


Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

816


What restrictions are placed on the location of a package statement within a source code file?

876


Define aop(assepct oriented programing)?

930


What is the infobus?

831


What are the call back methods in entity bean?

805


What is bean? Where can it be used?

834


Can we sent objects using Sockets?

886


What are the different methods of identifying an object?

814