What is multithreading in computer science?
i want a brief overview of multithreading, its purpose in improving performance by executing multiple threads in parallel any one tell me.
i want a brief overview of multithreading, its purpose in improving performance by executing multiple threads in parallel any one tell me.
1 Answer
Umesh Sanjyal . 1 week ago
A program or process is divided into several small tasks (called topics) that can be performed simultaneously (or at the same time or overlapping periods) is called Multithreading. Some Multithreading benefits are mention below :