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 |
Do I need to import javlang package any time? Why ?
Define aop(assepct oriented programing)?
What are local interfaces? Describe.
What invokes a thread?s run() method?
What are the different class loaders used by jvm?
whats is mean by class.forName() whats the return type of class
Can we sent objects using Sockets?
how we can implement interface in jsp ?
What is the difference between the session.update() method and the session.lock() method?
Why does the tag url-encode javascript and mailto links?
Do you think that java should have had pointers?
what is activation monitor and what is its job?