java线程相关 java 线程 1 线程的状态 This is an example of UML protocol state machine diagram showing thread states and thread life cycle for the Thread class in Java 6. Thread is a lightweight process, the smallest unit of scheduled execution. Instance of the T…