What is preemptive and Non-preemptive Time Scheduling?
Answer Posted / baskar
pre-emptive
we can share the resource to all the process with
interruption.
non pre-emptive
we can't share the resource to all the process and there
is no interruption occur in non pre-emptive.
| Is This Answer Correct ? | 42 Yes | 7 No |
Post New Answer View All Answers
Explain the difference between object state and behavior?
Explain the advantages and disadvantages of detached objects.
Name the class that is used to bind the server object with RMI Registry?
What are the steps to write p-to-p model application?
What is the diffrence between a local-tx-datasource and a xa-datasource?
what are getters and setters in Java with examples?
Which textcomponent method is used to set a textcomponent to the read-only state?
what is a non-repeatable read?
What is synchronization and why is it important?
How to implement RMI in Java?
What is a class loader? What are the different class loaders used by jvm?
What is the difference between the string and stringbuffer classes?
What are various types of class loaders used by jvm?
What is message driven beam?
Can constructors be synchronized in java?