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 |
Where can I ask questions and make suggestions about seam?
What is the difference between the session.update() method and the session.lock() method?
What is message driven beam?
What is the immediate superclass of the applet class?
What is the return type of interrupt method?
list the types of dialodg
How task's priority is used in scheduling?
what is handle?
How is a java object message delivered to a non-java client?
How many layers are there in RMI and what are they?
What are different types of controls in AWT?
What is the purpose of the wait() method?