On a computer that having single CPU, how multithreading
concept can be achieved?
Answer Posted / amalendra
Depending on the OS algorithm, each thread gets a specific
time slice to execute on processor. thus if one thread is
executing on the processor at that time all other thread
will be queue.
OS algorithm can be Round-Ronin, LUF...etc.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Why doesn’t the focus feature on the tag work in every circumstance?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is JTS?
Is the infobus client side only?
Define aop(assepct oriented programing)?
What are the steps to write p-to-p model application?
Do we need to override service() method
What is the difference between a static and a non-static inner class?
Is the session factory thread safe?
Is jvm a overhead?
What’s jboss jbpm?
Is it possible to stop the execution of a method before completion in a sessionbean?
Why is actionform a base class rather than an interface?
What is a class loader?