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
Why does the option tag render selected=selected instead of just selected?
What is JTS?
What are the types of scaling?
What is the difference between long.class and long.type?
For which statements does it make sense to use a label?
What is aop(assepct oriented programing)?
When a thread blocks on i/o, what state does it enter?
Define prototype?
What is scalable, portability in the view of J2EE?
Java is fully object oriented languages or not?
How can I scroll through list of pages like the search results in google?
Why do threads block on i/o?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is the difference between the string and stringbuffer classes?
Difference between new operator and class.forname().newinstance()?