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 table mutation and how do you avoid it?
What is local interface. How values will be passed?
What is the difference between Process and Threads?
What is serialization and de-serialization ?
How to deploy Jar, War files in J2EE?
What state a thread enters, When it blocks on I/O?
What is jboss?
What are the high-level thread states?
How to synchronize jsp page?
What’s jboss cache in short?
Why is string immutable in java?
If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?