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
What is the relation between the infobus and rmi?
What are callback interfaces?
Which textcomponent method is used to set a textcomponent to the read-only state?
When a thread blocks on i/o, what state does it enter?
What is the difference between RMI registry and OS Agent?
what is an isolation level?
What is the difference between ear, jar and war file?
How can I scroll through list of pages like the search results in google?
How primary key is implemented in Oracle?
Will the general public have access to the infobus apis?
To what value is a variable of the string type automatically initialized?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is the purpose of the wait() method?
What is table mutation and how do you avoid it?
What is a sessionfactory? Is it a thread-safe object?