Answer Posted / mohit sharma
Thread is a light weight process used to faster the processing of a process by using the time sharing technique by which a single process is divided into multiple threads and all they work together to make quick execution time. They all share the same address space..
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Why are threads useful?
Can we create a thread inside a thread?
Can a thread have multiple processes?
What are the disadvantages of threading?
Why are threads used?
What are threads in c?
How many maximum threads can you create?
What are the differences between user level threads and kernel threads?
Why do we need multithreading?
Do threads share program counter?
How do I start a runnable thread?
What are the advantages of threads over processes?
Do threads count as cores?
How many threads can you run?
What is the main disadvantage of user level threads?