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 |
difference between Abstract and Interface?
What do you need to set-up a cluster with jboss?
What is the difference between java class and bean?
Do we need to override service() method
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
what do u mean by java bean??
what are JSP tags? what is difference between include action and directory?
Is “abc” a primitive value?
Are we allowed to change the transaction isolation property in middle of a transaction?
What are the different class loaders used by jvm?
can a static method be overridden
what are the software's needed to develop advanced java 3 tier application project