Criado por Mridula Tiwari
mais de 5 anos atrás
|
||
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
Quer criar suas próprias Notas gratuitas com a GoConqr? Saiba mais.