Computer Science, asked by Abhiramalayil8265, 1 year ago

Do two system threads in the same process share the same call stack and heap space

Answers

Answered by Anonymous
0

It is important to distinguish between these two types of process memory because each thread will have its own stack, but all the threads in a process will share the heap. Threads are sometimes called lightweight processes because they have their own stack but can access shared data

Similar questions