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 |
Explain the purposes of methods wait(), notify(), notifyAll ()?
What is the difference between RMI and Corba?
what is the Remote Stub?
What is the purpose of the notify() method?
Is the session factory thread safe?
How has the sandbox changed with Java 2?
Why use a datasource when you can directly specify a connection details?
Write a program to show synchronization?
how we can implement interface in jsp ?
function of extends and implements keywords?
Difference between hashmap and hashtable?
Is it possible to stop the execution of a method before completion in a sessionbean?