What is the difference between Process and Threads

Showing Answers 1 - 2 of 2 Answers

yogeshpanda

  • Sep 22nd, 2005
 

Process r theprogram in execution.Each process has its own work space so called heayweight.Threads uses the main prg. work space i.e same memry is used for all threads of a class.So called lightweight.Threads r preferred than process due to memory & resoure sharing.

  Was this answer useful?  Yes

sandy

  • Nov 8th, 2005
 

process means a program under execution.a thread under execution is called program i.e program can be divided into multiple threads.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions