surabhee


{ City }
< Country > india
* Profession *
User No # 94081
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 0
Questions / { surabhee }
Questions Answers Category Views Company eMail




Answers / { surabhee }

Question { 53871 }

What is the difference between Process and Threads?


Answer

Firstly,a process can contain multiple threads.
In multithreading operating systems, a process gets its own memory address space; a thread doesn't.
Threads typically share the heap belonging to their parent process.
Even though they share a common heap, threads have their own stack space.

Is This Answer Correct ?    1 Yes 0 No