what is the difference between multitasking and
multithreading?
Answer Posted / levin jack
MULTITASKING MULTI THREADING
************ ***************
1.multi threaded program In a multitasking environment
contains 2
or more threads 2 or more processes will run
running concurrently. concurrently.
2.Process are heavyweight Threads are lightweight proces
process that require their &can share same address space
own address space interthread comm is less
expensive than IPC
3.More expensive: Less expensive:
runs in diff address space runs in same address space thus
thus context switching or context switching or IPC b/w
IPC b/w process is high. process is low.
4.The operating system is Multi threading is the ability
able to keep track of where of pgm or an OS process to
you are in there task & go manage its use by more than one
from one to the other user at a time & to even manage
without losing information multiple request by the same
user without having to have
. multiple copies of the pgm
running in the computer
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
how to create multithreaded program? : Java thread
Why is java so important?
What is the syntax and characteristics of a lambda expression?
What is an immutable class? How to create an immutable class?
What is the difference between Java1.4 and Java1.5
What is array list in java?
When can an object reference be cast to an interface reference in java programming?
Name few java 8 annotations ?
What is public/private protected in java?
What are the different access modifiers available in java?
What are the special characters?
Explain parallel processing in java8?
What are invisible components?.
What is preparedstatement in java?
What are singleton services?