Multithreading in java watch online session on youtube in Hindi)
How to create thread in javawatch online session on youtube in Hindi)
What is runtime stack in Java?watch online session on youtube in English)
Sleep Method in Java ?watch online session on youtube in English)
What is Java Lock? Or Synchronizationwatch online session on youtube in English)
What is Thread Group in Java?watch online session on youtube in English)
Introduction: MultiTasking
Process based:
Execution of several tasks simultaneously where each task is a separate independent program(process), is called process based multitasking.
Thread based:
Execution of several tasks simultaneously where each task is the separate independent task of the same program is called thread-based multitasking and each independent task is called a Thread.