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 |
How can I scroll through list of pages like the search results in google?
What is the argument type of a programs main() method?
whats is mean by filter?
What is the difference between RMI registry and OS Agent?
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
What restrictions are placed on the location of a package statement within a source code file?
What is MOM?
What is a modular application?
Difference between loadclass and class.forname?
When a thread blocks on i/o, what state does it enter?
What are the disadvantages of using threads?
What is meant by multi-threading?