线程是一个动态执行的过程,它有一个从产生到死亡的过程,共五种状态:新建(new Thread) 当创建Thread类的一个实例(对象)时,此线程进入新建状态(未被启动) 例如:Thread t1=ne