Created by Mridula Tiwari
over 5 years ago
|
||
What is a Java Thread? A thread is a light weight subprocess. It is the smallest independent unit of the program. Contains a seprate path of execution. Every Java Program contains at least on the thread. A thread is created and controlled by java.lang.Thread class. Thread LifeCycle Creating a thread Main Thread Multithreading ThreadPool
Want to create your own Notes for free with GoConqr? Learn more.