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

list the types of dialodg

1 Answers   Wipro,


What are the call back methods in entity bean?

0 Answers  


In real time project when will we use Abstract class. and what are the difference between abstract and interface.

6 Answers   DELL, FCS, Polaris, Tanla Solutions, TCS,


Where can I find seam examples and documentation?

0 Answers  


What is synchronization and why is it important?

0 Answers  






In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?

0 Answers  


Why are component architectures useful?

0 Answers  


What is the difference between system.out ,system.err and system.in?

0 Answers  


explain session tracking. why we used it

3 Answers   Lionbridge,


what is JTA ?

2 Answers  


what is container?

3 Answers   Infosys, Infotech,


What are preemptive scheduling and time slicing and what is the difference between them?

1 Answers  


Categories