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
How many times may an objects finalize() method be invoked by the garbage collector?
How task's priority is used in scheduling?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is difference between object state and behavior?
What are the different class loaders used by jvm?
Can I run seam with jdk 1.4 and earlier?
Is jvm a overhead?
What is a clone?
Explain RMI Architecture?
What do you know about seam?
How database connectivity in XML is achieved?
What is colon_pkg_prefixes and what is its use?
What is the difference between the session.update() method and the session.lock() method?
To what value is a variable of the string type automatically initialized?
What classes of exceptions may be caught by a catch clause?