MultiThreading in Java
Multi Tasking :
multitasking allows several activities to occur concurrently on the computer
Process-based multitasking
Allows programs(ie processes) to run concurrently on the same computer.
Eg : ie working on MS paint while working on word
Th...
sunilkiran.hashnode.dev7 min read