A Developer Gateway To IT World...

Techie Uncle Software Testing Core Java Java Spring C Programming Operating System HTML 5 Java 8 ES6 Project

MultiTasking

what is multitasking in java

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.












LEARN TUTORIALS

.

.