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

Explain Life cycle of Servlet Filter.

2 Answers   InfoBrain, ITC Infotech,


What is a thread?

3 Answers  


which type of objects reference will be given to client?

0 Answers  


i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)

2 Answers  


Define the remote object implementation?

0 Answers  






How task's priority is used in scheduling?

0 Answers   HCL,


Can I map more than one table in a cmp?

0 Answers  


If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.

2 Answers  


how the action can be map from jsp page to bean class in mvc1

1 Answers   Photon,


What do you know about seam?

0 Answers  


what is difference between checked exception & unchecked exception in java?

3 Answers   Ness Technologies,


What is the main functionality of RRL(Remote Reference Layer)?

3 Answers  


Categories