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 |
What is a thread in email?
Why is threading bad for you?
Is threading harmful?
Do threads have pids?
What are the benefits of multithreading?
How can i recover the linux system after it was crashed. I want step by step process.
How many threads run at once?
How many maximum threads can you create?
Can a thread have multiple processes?
What is a thread in c?
What is kernel level thread?
What is difference between thread and runnable?