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 are the activation groupworks?

0 Answers  


What is ripple effect?

0 Answers  


Explain the steps in details to load the server object dynamically?

0 Answers  


Name the method to find, if a thread is active or not?

2 Answers  


What is runnable?

2 Answers  






what are RemoteObjects?

0 Answers   Wipro,


Is the infobus client side only?

0 Answers  


java is fully object oriented languages or not? why?

12 Answers   HCL,


how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.

0 Answers  


How many times may an objects finalize() method be invoked by the garbage collector?

0 Answers  


Name the eight primitive java types.

0 Answers  


Why do threads block on i/o?

0 Answers  


Categories