What are different types of multitasking?



What are different types of multitasking?..

Answer / Shri Chandra Verma

There are three main types of multitasking: Cooperative Multitasking, Preemptive Multitasking, and Time-Sliced Multitasking. Cooperative Multitasking allows a process to voluntarily give up control of the CPU when it's done with its work. Preemptive Multitasking allows the OS to interrupt a process and give control of the CPU to another process. Time-Sliced Multitasking, also known as Round Robin Scheduling, gives each process a fixed amount of time on the CPU before switching to another process.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the use of runnable interface?

1 Answers  


Is null false in java?

1 Answers  


What is binary search in java?

1 Answers  


How does JAVA ClassLoader work?

1 Answers   IBM,


what is difference between prepare stetement and callable starement with example?

1 Answers   CMC,


What is binary tree in java?

1 Answers  


Can an interface have a class?

1 Answers  


Why use string handling in Java?

1 Answers   HCL,


Explain Connection Pooling?

3 Answers  


What is int short for?

1 Answers  


can we override the main() method in java????

3 Answers   Vimukti Technologies,


Which java version is latest?

1 Answers  


Categories