What is runnable?
Answers were Sorted based on User's Feedback
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 |
Answer / s.ramesh
RUNNNABLE is a state , when a thread is currently processed
by CPU... It is one of the Thread State...
| Is This Answer Correct ? | 2 Yes | 4 No |
what is the RMI / IIOP?
Do we need to override service() method
what's the main difference between unix os and linux os?
What class is the top of the awt event hierarchy?
what is the diffrence between banking and insurance domain?
what is JTA ?
Which are the different segments of memory?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
how can u cal servlet from java?
which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based
What is permgen or permanent generation?
What is the purpose of the notify() method?