What are preemptive scheduling and time slicing and what is
the difference between them?



What are preemptive scheduling and time slicing and what is the difference between them?..

Answer / prashanth001

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

Post New Answer

More Advanced Java Interview Questions

Explain lazy activation?

1 Answers   HCL,


what are JSP tags? what is difference between include action and directory?

0 Answers   ADP,


Can you control when passivation occurs?

0 Answers  


How to synchronize jsp page?

1 Answers   Infotech, TCS,


When a thread terminates its processing, it enters into what state?

1 Answers  


What are the steps involved in developing an RMI object?

1 Answers  


Which component handles cluster communication in jboss?

0 Answers  


Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.

1 Answers  


How would you reatach detached objects to a session when the same object has already been loaded into the session?

0 Answers  


What class is used to create Server side object ?

0 Answers  


What is the difference between the session.update() method and the session.lock() method?

0 Answers  


What is private static final long serialVersionUID = 1L;

3 Answers   Google,


Categories