Erstellt von Mridula Tiwari
vor mehr als 5 Jahre
|
||
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
Möchten Sie kostenlos Ihre eigenen Notizen mit GoConqr erstellen? Mehr erfahren.