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 |
Explain lazy activation?
what are JSP tags? what is difference between include action and directory?
Can you control when passivation occurs?
How to synchronize jsp page?
When a thread terminates its processing, it enters into what state?
What are the steps involved in developing an RMI object?
Which component handles cluster communication in jboss?
Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What class is used to create Server side object ?
What is the difference between the session.update() method and the session.lock() method?
What is private static final long serialVersionUID = 1L;