Explain multi-threading . How it works ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Explain multi-threading . How it works ?

1st Apr 2017, 4:16 AM
Sumita
Sumita - avatar
3 Answers
+ 5
In simple words, multithreading refers to simultaneous (parallel) execution of multiple tasks (threads).
1st Apr 2017, 8:52 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 1
The process of executing multiple threads simultaneously is known as multithreading. The main advantage of multithreading is reducing CPU idle time and improving the CPU utilization.
27th Apr 2017, 3:31 PM
Nikhil
Nikhil - avatar
0
I want to know more details
1st Apr 2017, 10:27 AM
Sumita
Sumita - avatar