Google News
logo
Full Stack Developer - Interview Questions
What is multithreading and how it is used?
The main purpose of multithreading is to provide multiple threads of execution concurrently for maximum utilization of the CPU. It allows multiple threads to exist within the context of a process such that they execute individually but share their process resources.
Advertisement