Multi Threading

Multi-threading is a Java feature that allows concurrent execution of two or more parts of a program for maximum utilization of CPU.

Each part of such program is called a #THREAD

[[Multi-Threading in JAVA]] for reference in #Java

Thread

Thread is a light-weight process within a process.

Last updated