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 difference between system.out ,system.err and system.in?
How to deploy Jar, War files in J2EE?
What is source and listener?
how the action can be map from jsp page to bean class in mvc1
What is RMI Registry?
6 Answers Siemens, United Software Solutions,
What is a modular application? What does module-relative mean?
Difference between new operator and class.forname().newinstance()?
what are RemoteObjects?
Why threads will block on I/O?
Why JDBC has introduced
can a static method be overridden
Tell me about Firewalls in RMI?