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 |
Can I have an action without a form?
Can you give me a simple example of using the requiredif validator rule?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
what is meant by JRMP?
What is aop(assepct oriented programing)?
Explain the different types of memory used by jvm?
why we use main in java?
How messaging services are done, before release of JMS?
Can we sent objects using Sockets?
Explain the steps in details to load the server object dynamically?
Is there a guarantee of uniqueness for entity beans?
what is the difference between System.out.println and out.println in java