What are preemptive scheduling and time slicing and what is
the difference between them?
Preemptive Scheduling is where one thread continues to
execute till such time its execution has completed or until
a thread of a higher priority comes into existence or the
priority of one of the waiting threads is increased.
Time Slicing is where each thread that is waiting to
execute will share the CPU time equally. One thread will
exeucte for n seconds or milliseconds, then go to the
waiting state again. the CPU scheduler will then determine
which of the other waiting threads will execute next.
| Is This Answer Correct ? | 11 Yes | 0 No |
how to use debug in my elipse to solve problems that exist in my project
For which statements does it make sense to use a label?
How many requests can a server fetch at a time?
Describe activation process?
which is the better collection class if the requirement is only displaying the data
What state a thread enters, When it blocks on I/O?
What is J2EE?
What is glasgow?
Describe responsibilities of Activator?
What are the benefits of detached objects?
What are the purpose of introspection?
What is synchronization?