多线程2

  1. 基本状态
    1. New(新建)
    2. RUNNABLE(待运行)
    3. RUNNING(运行)
    4. BLOCKED(阻塞)
    5. DEAD(死亡)
  2. 基本操作
    1. interrupt
    2. stop
    3. sleep
    4. y
原文地址:https://www.cnblogs.com/x-m-/p/13687184.html