Creado por Mridula Tiwari
hace más de 5 años
|
||
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
¿Quieres crear tus propios Apuntes gratis con GoConqr? Más información.