OOPs Concepts
Programming and Technical
What is the difference between preemptive scheduling and time slicing?
Read Solution (Total 1)
-
- in preemptive scheduling tasks are executed according to the priority, even a running low priority task can be suspended and resumed after the execution of the high priority task.
Time slicing treats every process as same and provide time slots. - 11 years agoHelpfull: Yes(1) No(0)
OOPs Concepts Other Question