What is preemptive and Non-preemptive Time Scheduling?
Answer Posted / anonymous
pre-emptive
The rights on a resource can be shifted from one object to
another.
Non- preemptive
The rights on a resource cannot be shifted from one object
to another.
It is a technique used for scheduling the processor time
for various processes.
| Is This Answer Correct ? | 75 Yes | 29 No |
Post New Answer View All Answers
What are the steps to write p-to-p model application?
Difference between new operator and class.forname().newinstance()?
how do you Handle Front End Application data against DB with example?
What is the difference between ear, jar and war file?
Is the session factory thread safe?
How to determine SGA site?
Should synchronization primitives be used on bean methods?
Are there books about seam?
When is the best time to validate input?
Is it possible to stop the execution of a method before completion in a sessionbean?
Why a component architecture for the java platform?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
How database connectivity in XML is achieved?
What is the infobus?
Java is fully object oriented languages or not?