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...
blog.rizwan.io5 min read
Danish Shaikh
Good Presentation 😀