what is the difference between multitasking and
multithreading?
Answer Posted / denish kanabar
multitasking:heavyweight process and runs in a different
address space so context switch or intercommunication
between processes is much expensive.
Where as multithreading: light weight process and can run
in a same address space so context switch or
intercommunication between processes is less expensive.
| Is This Answer Correct ? | 155 Yes | 29 No |
Post New Answer View All Answers
how to handle exceptions in ejb?
What is the difference between jfc & wfc?
What is string subsequence method?
Why are functions called methods in java?
Why char array is preferred over string for storing password?
Why can we not override static method?
What is math in java?
Is java a virus?
What is the purpose of javac exe?
What is the string function?
How do you clear a list in java?
Can we make the abstract methods static in java?
What are keyboard events?
What is fundamental datatype?
what is meant by encapsulation?