On a computer that having single CPU, how multithreading
concept can be achieved?



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

Post New Answer

More Advanced Java Interview Questions

What is the difference between RMI registry and OS Agent?

0 Answers  


For which statements does it make sense to use a label?

0 Answers  


What are synchronized methods and synchronized statements?

2 Answers   Adobe,


AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?

0 Answers  


Do I have to use jsps with my application?

0 Answers  






difference. between List and Set?

2 Answers   Campus Interaction, HCL, Infotech,


Is “abc” a primitive value?

0 Answers  


What is daemon thread?

3 Answers  


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

0 Answers  


Explain the stub's and skeleton's functionality?

7 Answers  


what are getters and setters in Java with examples?

0 Answers   HCL, Infotech,


What you mean by COM and DCOM?

0 Answers  


Categories