adspace
Answer Posted / varun
Process is program in execution while thread is control of
execution. Process can have multiple threads init to control
various operations govern by the process. Processes have
separate address space, state information and they
communicate each other via inter-process communication.All
thread within a process share same state, memory space and
they communicate each other directly. Process is an
architectural construct while thread is coding construct.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category