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
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What are callback interfaces?
Name three component subclasses that support painting?
What is the relationship between an event-listener interface and an event-adapter class?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What are the steps to write p-to-p model application?
Why a client should be multithreading? Explain.
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Difference between swing and awt?
What is the difference between java class and bean?
How would you create a button with rounded edges?
What classes of exceptions may be caught by a catch clause?
Why are component architectures useful?
Name the class that is used to bind the server object with RMI Registry?
Is a class a subclass of itself?