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
Difference between swing and awt?
Why do threads block on i/o?
How to implement RMI in Java?
Can I use multiple html form elements with the same name?
What is a policy?
What is the map interface?
Why is actionform a base class rather than an interface?
What is the purpose of the wait() method?
Are we allowed to change the transaction isolation property in middle of a transaction?
What is table mutation and how do you avoid it?
Where can I find seam examples and documentation?
What event results from the clicking of a button?
Which are the different segments of memory?
Difference between loadclass and class.forname?
Are there books about seam?