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
Is singleton thread safe in java?
What is the numeric promotion?
What is an infinite loop?
Where is java located?
Is main an identifier?
How does java pattern compile work?
What are anonymous inner classes?
How does list work in java?
What is the difference between declaration and definition in java?
Can we call virtual funciton in a constructor ?
What is the differences between c++ and java? Explain
Is array a class in java?
What are advantages of exception handling in java?
What’s the difference between unit, integration and functional testing?
What is a conditional statement explain with example?