Articles in this series
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...
The Main Thread Every process has at least one thread called the main thread. Java provides us with the Threads class to interact with threads. To get...