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 |
Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.
whats is mean by class.forName() whats the return type of class
What is table mutation and how do you avoid it?
JMS based on what technology?
whats is mean by filter?
Why a client should be multithreading? Explain.
What are the implicit objects?
difference between ejb,struts,hibernate,spring and jsp
How do you set security in applets?
What is the purpose of the finally clause of a try-catch-finally statement?
What is clustering? What are the different algorithms used for clustering?
What is J2EE?