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 source and listener?
What are the types of data passing mechanisams under JMS specification?
What state a thread enters, When it blocks on I/O?
Difference Between getRequest and PostRequest?
Define the remote object implementation?
what is catalina in tomcat server.
Explain the steps in details to load the server object dynamically?
What are the methods used for inter-thread communication? and in what class these methods are defined?
Why are component architectures useful?
How to add new JTabbed pane?
Why JDBC has introduced
How will you pass parameters in RMI? Why do you serialize?