+ 2
Explain multi-threading . How it works ?
3 odpowiedzi
+ 5
In simple words, multithreading refers to simultaneous (parallel) execution of multiple tasks (threads).
+ 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.
0
I want to know more details