Introduction to Multithreading
Program, Process & Threads A Program (or an application) is an executable file on the disk. When we execute any program it starts a Process. A Process (or Context) is a running instance of the program located in the memory. A Thread is a unit of exec...
Aug 11, 20245 min read46
