Multithreading in Java

Prerequisite Threads A thread is a single sequential flow of execution of the tasks of a process. A process if a program in execution and a thread is a lightweight process and the smallest unit of CPU utilization. Thus a thread is like a miniprocess. Each thread has a thread Id, a program counter, aContinue reading “Multithreading in Java”

Design a site like this with WordPress.com
Get started