In previous post I have covered almost all the terms related to Java threads. Here we will learn Thread life cycle in java, we'll also see thread scheduling. Recommended Reads: Multithreading in Java Thread Life cycle in Java The start method creates the system resources, necessary to run the thread, schedules the thread to run,