Computer Science, asked by Sankett7616, 1 year ago

Explain various applications where multithreading may be used

Answers

Answered by ViratKohli36184
0
Each of the threads can run in parallel. The OS divides processing time not only among different applications, but also among each thread within an application. Multi - Threading enables you to write in a way where multiply activities can proceed concurrently in the same programm.
Similar questions