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 |
whether the connectionpooling used in struts?
What is RRL?
When you will synchronize your code?
Do I need to import javlang package any time? Why ?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
In a multitiered application which tier is the browser in?
difference between applicationserver and webserver
Can I map more than one table in a cmp?
what is the life cycle of jsp?
What is a convertor?
What is the use of Semaphore?
Is there a guarantee of uniqueness for entity beans?