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 |
What is the difference between a menuitem and a checkboxmenuitem?
why we use main in java?
Why are component architectures useful?
What is preemptive and Non-preemptive Time Scheduling?
Java is fully object oriented languages or not?
explain session tracking. why we used it
What is waiting state? In what ways a thread can enter into waiting state?
Tell me about Firewalls in RMI?
Explain Life cycle of Servlet Filter.
2 Answers InfoBrain, ITC Infotech,
What is meant by Superconductivity?
what is a dirty read?
what is difference between checked exception & unchecked exception in java?