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
What is the main use of generics in java?
What is a buffer in java?
What is the difference between access specifiers and access modifiers in java?
What are inbuilt functions in java?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What are the super most classes for all the streams?
How does system arraycopy work in java?
How to perform selection sort in java?
what is server side caching?
How does hashset works in java?
What are different types of encoding?
When is the arraystoreexception thrown?
Can we serialize singleton class?
Are strings immutable in java?
what is meant by Byte code concept in Java?