Difference between thread and process?
Select Answer:
Thread - is used to execute more than one program at a time.process - executes single program
Thread-executes single program,process - executes multiple program
Thread-executes single program,process - is used to execute more than one program at a time.
No difference both executes single program
|