Are threads processes?



Are threads processes?..

Answer / Kiran Rani

No, threads are not processes. Threads are subunits of a process, and they share the same address space, resources, and system context as their parent process.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Threads Interview Questions

Do threads share registers?

1 Answers  


Is creating a thread expensive?

1 Answers  


Does thread count matter cpu?

1 Answers  


Do threads get their own pid?

1 Answers  


Does linux have threads?

1 Answers  


What is thread and process?

1 Answers  


Do threads share program counter?

1 Answers  


Are threads faster than processes?

1 Answers  


Why is threading bad for you?

1 Answers  


How do I check my cpu threads?

1 Answers  


Whats the difference between a thread and a process?

1 Answers  


What is kernel level thread?

1 Answers  


Categories