Computer Science, asked by shreemad9789, 10 months ago

Each thread within process has its own seprate memory space

Answers

Answered by ranjeetchauhan7271
0

Explanation:

1) Both process and Thread are independent path of execution but one process can have multiple Threads. 2) Every process has its own memory space, executable code and a unique process identifier (PID) while every thread has its own stack in Java but it uses process main memory and share it with other threads.

Answered by dudaygopi
0

Answer:

No

Explanation:

->Threads in processes has no separate memory space and threads that belongs to process can share the memory to other threads.

- >But  processes does not share memory to other processes

->Threads itself has own stack memory in java

Similar questions