Computer Science, asked by junedahmad4844, 1 year ago

Why multithreaded programming is beneficial over single threaded programming?

Answers

Answered by ViratKohli36184
0
Multithreading programs with parallel executing threads can take full advantage of any number of processors within the system. In fact, single - threaded applications may adversely affect performance through the overhead of the operating system, switching the application from one processor to another.
Similar questions