what is the difference between thread and


What is the difference between thread and process? 

Thread - is used to execute more than one program at a time.

process - executes single program

A thread is a path of execution that run on CPU, a process is a collection of threads that share the similar virtual memory. A process has at least single thread of execution, and a thread always run in a process context.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: what is the difference between thread and
Reference No:- TGS0289511

Expected delivery within 24 Hours