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
How would you detect a keypress in a jcombobox?
What is ioc concept?
What classes of exceptions may be caught by a catch clause?
Do we need to override service() method
Can you control when passivation occurs?
What is jboss?
What if the static modifier is removed from the signature of the main method?
What is the map interface?
What is the difference between system.out ,system.err and system.in?
Which class is the immediate superclass of the menucomponent class?
what is meant by JRMP?
To what value is a variable of the string type automatically initialized?
What is local interface. How values will be passed?
What is the RMI and Socket?
What are JTA/JTS and how they used by client?