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
Are there books about seam?
Is a class a subclass of itself?
How primary key is implemented in Oracle?
What method is invoked to cause an object to begin executing as a separate thread?
What are callback interfaces?
Why does the tag url-encode javascript and mailto links?
Name three subclasses of the component class?
Why a client should be multithreading? Explain.
Can constructors be synchronized in java?
What is colon_pkg_prefixes and what is its use?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What if the static modifier is removed from the signature of the main method?
What are the diff types of exception?
Describe, in general, how java's garbage collector works?
how i secure my site with the https protocol.what are the steps?