What is runnable?

Answers were Sorted based on User's Feedback



What is runnable?..

Answer / ranganathkini

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

What is runnable?..

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

Post New Answer

More Advanced Java Interview Questions

whether the connectionpooling used in struts?

2 Answers   SolutionNET,


What is RRL?

1 Answers  


When you will synchronize your code?

2 Answers  


Do I need to import javlang package any time? Why ?

0 Answers  


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  






In a multitiered application which tier is the browser in?

10 Answers   Adobe,


difference between applicationserver and webserver

2 Answers   SolutionNET,


Can I map more than one table in a cmp?

0 Answers  


what is the life cycle of jsp?

1 Answers   HCL, ITC Infotech,


What is a convertor?

1 Answers   Suzlon,


What is the use of Semaphore?

3 Answers  


Is there a guarantee of uniqueness for entity beans?

0 Answers  


Categories