Multithreading in Java

Multithreading in Java : Before we go to Multithreading, we must understand what is Process and Thread. Process:Process is nothing but an application running/performing on a device.For Example: If you are using PC or Laptop then Microsoft Word, Web Browser, Music Player, etc applications are called as Process.Each process occupies own memory space.Process are heavy … Read more