A Developer Gateway To IT World...

Techie Uncle Software Testing Core Java Java Spring C Programming Operating System HTML 5 Java 8 ES6 Project

Thread life cycle

  • Thread life cycle


  • New/born state: myThread t=new myThread();
  • t.start();
  • Ready state/Runnable state : If Thread scheduler allocates processor.
  •  Running state: If run methods completes.
  • Dead state 

LEARN TUTORIALS

.

.