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 |
can i call multipule form beans in Action class?
How many requests can a server fetch at a time?
Difference between hashmap and hashtable?
difference between Abstract and Interface?
What is prototype?
What exceptions are thrown by RMI?
What are the benefits of detached objects?
what is the use of Object Factories?
the use of try and ffinally keyword
Are there books about seam?
What is the relationship between an event-listener interface and an event-adapter class?
how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)