Difference between multi threading and multi tasking?
Answer / avinash
Multithreading is a light weight process. Basically is shares
a memory spaces to run(not stack). In simple words, it's
running of more than one light weight process at a time.
for Example: on your desktop both analog and digital clock
runs at a same time.
Multitasking is doing different tasks at a same time. Like for
example: listening to music , and at a same time your typing
something in ms-word .
| Is This Answer Correct ? | 1 Yes | 0 No |
How can two processes communicate with one another?
Explain accessors to a layman.
What is the difference between exclusive lock and shared lock?
What do you understand by system clock?
How many types of os are there?
What is operating system in short answer?
How long should a chkdsk take?
What is a compiler?
What is context-switching in multi-threading?
How do I find recently downloaded files?
What is disk operating system in computer?
What is a virtual machine and how does it work?