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
How can I avoid validating a form before data is entered?
What are the benefits of detached objects?
what is the use of State Factories?
How task's priority is used in scheduling?
What modifiers may be used with an interface declaration?
What is a clone?
Define aop(assepct oriented programing)?
How to pass parameters in RMI?
Name three component subclasses that support painting?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What are the steps to write p-to-p model application?
Why use a datasource when you can directly specify a connection details?
Is “abc” a primitive value?
the same information whether it will connect to the database or it will be used previous information?
What method is invoked to cause an object to begin executing as a separate thread?