What is preemptive and Non-preemptive Time Scheduling?
Answer Posted / sam
See the below link
http://www.indiapoly.com/index.php?q=books/1570/preemptive-vs-nonpreemptive-scheduling.html
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
why static class in java
How messaging services are done, before release of JMS?
How primary key is implemented in Oracle?
What do you know about seam?
What is the map interface?
What does module-relative mean?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is the difference between a menuitem and a checkboxmenuitem?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Why a component architecture for the java platform?
What is a tasks priority and how is it used in scheduling?
which type of objects reference will be given to client?
Which containers use a border layout as their default layout?
Where can I ask questions and make suggestions about seam?
What is Stream Tokenizer?