adspace
Answer Posted / 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 View All Answers
What is parsing in java?
What do you mean by an interface in java?
Is minecraft 1.15 out?
Write a program to print count of empty strings in java 8?
How to create a base64 decoder in java8?
What are the differences between heap and stack memory in java?
What is a constructor overloading in java?
What is an object in java and how is it created?
Explain public static void main(string args[]) in java.
explain different ways of using thread? : Java thread
Realized?
What is the difference between equals() and == in java?
Write a program to find the whether a number is an Armstrong number or not?
Differentiate between static and non-static methods in java.
What is the difference between break and continue statements?