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 memory leak and how does java handle it?
What is method in java ?
What are the two ways in which thread can be created?
Why we use protected in java?
describe synchronization in respect to multithreading? : Java thread
What things should be kept in mind while creating your own exceptions in java?
What is an example of declaration?
What is the byte range?
How to obtain a performance profile of java program
What modifiers are allowed for methods in an interface?
What is use of map in java?
What is private static class in java?
What is yield () in java?
What are the special characters?
What is the purpose of the file class in java programming?