Differentiate between Multiprogramming and Multithreading

This question is related to Axes-Technologies Interview

Showing Answers 1 - 2 of 2 Answers

anuradha

  • Nov 29th, 2005
 

Multiprogramming is the feature that allows you to run two or more programs concurrently whereas Multithreading is dividing a single program into a no of threads(light weight processes) and running those threads simultaneously.

  Was this answer useful?  Yes

anuradha

  • Nov 29th, 2005
 

Multiprogramming is the feature that allows you to run two or more programs concurrently whereas Multithreading is dividing a single program into a no of threads(light weight processes) and running those threads simultaneously.

  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