View Single Post
Old 07-01-2016, 12:50 AM   #6
Kiara
Registered User
 
Join Date: Jun 2016
Location: USA
Posts: 55
Multithreading is also known as Thread-based Multitasking. The main purpose of multithreading is to provide simultaneous execution of two or more parts of a program to maximum utilise the CPU time. A multithreaded program contains two or more parts that can run concurrently. Each such part of a program called thread.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Kiara is offline   Reply With Quote