What is preemptive and Non-preemptive Time Scheduling?
Answer Posted / xyz
what is transition diagrame for preemptive and
nonpreemptive??????????should be different for both..
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is the highest-level event class of the event-delegation model?
What is a tasks priority and how is it used in scheduling?
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!
What is message driven beam?
What is the relationship between the canvas class and the graphics class?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
Define prototype?
What is aop(assepct oriented programing)?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Define aop(assepct oriented programing)?
What value does readline() return when it has reached the end of a file?
What restrictions are placed on the location of a package statement within a source code file?
Is the session factory thread safe?
How to deploy Jar, War files in J2EE?
Can I have an action without a form?