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 Remote Server?

0 Answers   TCS,


how to get value in combo for updation?

1 Answers   CMC,


difference between Abstract and Interface?

2 Answers   HCL, Infotech,


What is a modular application? What does module-relative mean?

0 Answers  


explain the flow of struts?

2 Answers   SolutionNET,






What is Connection Pooling?

1 Answers   Enteg Technologies, Infosys, Polaris,


How is a java object message delivered to a non-java client?

0 Answers  


What is DTD?

3 Answers   Wipro,


What are the thread-to-thread communcation?

1 Answers  


What are the benefits of detached objects?

0 Answers  


Have you used threads in Servelet?

0 Answers   Satyam,


Explain how will the struts know which action class to call when you submit a form?

0 Answers  


Categories