How does multithreading take place on a computer with a single CPU?

How does multithreading take place on a computer with a single CPU?

Khareet
Views: 719 | Community Opinion: 1

Tags..  Multithreading  Core Java  Java Methods

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Moien Khan Said..

The operating system's task scheduler allocates execution time to multiple tasks. By quickly switching
between executing tasks, it creates the impression that tasks execute sequentially.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: