24 Java - Multithreading 1
Introduction
Before we understand what is multithreading, lets first understand Thread and Process.
Process
Process is an instance of a program that is getting executed.
It has its own resource like memory, thread etc. OS allocate these resource...
chetan77.hashnode.dev4 min read