what is the difference between multitasking and
multithreading?
Answer Posted / amulya
multithreading is a specialized form of multitasking.multi threading programs contains 2 or more threads running concurrently.it requires less overhead than multitasking.in this process threads are light weight process.
multitasking contains 2 or more process will run concurrently.in this process are heavy weight tasks.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between jdk,jre and jvm?
What is the purpose of sizeof operator?
Can we sort arraylist in java?
What is treeset in java collection?
Is it possible to override the main method?
How many java versions are there?
Which containers use a flowlayout as their default layout in java programming?
What are locale settings?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is the default size of set in java?
What is java beans?
How do you implement polymorphism in our day to day life?
How to create an immutable class?
When is the finally clause of a try-catch-finally statement executed?
What is the common usage of serialization? What exceptions occur during serialization?