Answer Posted / ranganathkini
java.lang.Runnable is an interface implemented by all
threads. It contains a method called run() that needs to be
implemented by all threads. The run() method is called when
the thread is given permission to execute
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How to determine SGA site?
Name three component subclasses that support painting?
Why doesn’t the focus feature on the tag work in every circumstance?
To identify IDL language what mapping mechanism is used?
How primary key is implemented in Oracle?
What method is invoked to cause an object to begin executing as a separate thread?
If your ui seems to freeze periodically, what might be a likely reason?
Why do threads block on i/o?
Is it possible to stop the execution of a method before completion in a sessionbean?
What are the steps to write p-to-p model application?
How many times may an objects finalize() method be invoked by the garbage collector?
Do I have to use jsps with my application?
What class is the top of the awt event hierarchy?
What are the oops concept?
What is the difference between java class and bean?