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

What is the relationship between an event-listener interface and an event-adapter class?

0 Answers  


Is jvm a overhead?

0 Answers  


what are memory considerations of jsp compares to other web components?

0 Answers   TCS,


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

1 Answers  


how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)

1 Answers   TCS,






what is the use of State Factories?

0 Answers  


whats is mean by connectionpooling

2 Answers   SolutionNET,


Explain the advantages and disadvantages of detached objects.

0 Answers  


a US company has filed my H1B visa ,, and i got selected in random number process.I wanna ask Could they ask regarding my languages(java,c++) or there will b just general questions?? And wat kind of questions will they ask in embassy interview??

2 Answers  


How to determine SGA site?

0 Answers   Wipro,


What is bean? Where can it be used?

0 Answers  


what is a dirty read?

1 Answers  


Categories