What is difference between thread and runnable?



What is difference between thread and runnable?..

Answer / Subash Chandra Pandey

A thread becomes runnable when it's ready to be executed, but not necessarily actively running. A runnable thread is in the CPU scheduling queue, waiting for its turn to execute on a CPU. In contrast, a thread that is currently being executed by the processor is considered as running.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Threads Interview Questions

What is a thread in email?

1 Answers  


Why is threading bad for you?

1 Answers  


Is threading harmful?

1 Answers  


Do threads have pids?

1 Answers  


What are the benefits of multithreading?

1 Answers  


How can i recover the linux system after it was crashed. I want step by step process.

1 Answers   Wipro,


How many threads run at once?

1 Answers  


How many maximum threads can you create?

1 Answers  


Can a thread have multiple processes?

1 Answers  


What is a thread in c?

1 Answers  


What is kernel level thread?

1 Answers  


What is difference between thread and runnable?

1 Answers  


Categories