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 are the design considerations while making a choice between using interface and abstract class?
Do you think that java should have had pointers?
Describe responsibilities of Activator?
What is ioc concept & explain it?
What are the services in RMI ?
What is JTS?
Why doesn’t the focus feature on the tag work in every circumstance?
What is bean? Where can it be used?
How messaging services are done, before release of JMS?
What modifiers may be used with an inner class that is a member of an outer class?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is ripple effect?
Why do I get a duplicate name error when loading a jar file?
Why a client should be multithreading? Explain.
Why is string immutable in java?