On a computer that having single CPU, how multithreading
concept can be achieved?
Answer / 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 |
whats is stored procedure,joins
What is the difference between a static and a non-static inner class?
What are the types of scaling?
what is the diffrence between banking and insurance domain?
Explain the life cycle of servlet?
What is the argument type of a programs main() method?
which type of objects reference will be given to client?
Why is actionform a base class rather than an interface?
Thread life cycle?
how can u cal servlet from java?
wahts is mean by dynavalidatorform in struts/
Is 'synchronised' a modifier?