Difference between Preemptive scheduling vs. Time slicing?
Answer / Pravindra Kumar Chaturvedi
Preemptive scheduling allows the OS to interrupt a running process and switch to another one before its time slice is up. It's proactive in nature and improves system responsiveness. Time slicing, on the other hand, gives each process a fixed amount of CPU time before it gets interrupted whether or not it has finished executing. It's reactive and can lead to starvation if not managed properly.
| Is This Answer Correct ? | 0 Yes | 0 No |
why java is not supporting multiple inheritence?
Can an unreferenced object be referenced again?
Can we convert stringbuilder to string in java?
What do you mean by data type?
How can be define MARKER interfce in java
Is a char always 1 byte?
explain the concept of virtual method invocation in polymorphism in detail?
What is assembly condition codes?
What is the difference between compiler and jvm?
Why java doesn’t support multiple inheritances?
What is entry set in java?
How variables are declared?