What is preemptive and Non-preemptive Time Scheduling?
Answer Posted / surbhi
generally,an os is said to be preemptive if it is allowed to
interrupt on executing task & replace it with another
ready-to-run task...
in non preemptive system, the task executing either run to
completion or voluntarily relinquishes control of the
processor..
Is This Answer Correct ? | 30 Yes | 7 No |
Post New Answer View All Answers
Explain the advantages and disadvantages of detached objects.
Explain the steps in details to load the server object dynamically?
Have you used threads in Servelet?
What class is the top of the awt event hierarchy?
Difference between loadclass and class.forname?
How would you detect a keypress in a jcombobox?
Explain phantom read?
What is in-memory replication?
which type of objects reference will be given to client?
Explain what is synchronization?
What is glasgow?
What is a tasks priority and how is it used in scheduling?
What is a clone?
Is jvm a overhead?
Name three component subclasses that support painting?