JAVA中线程的6种状态

下面是jdk源码中关于java线程状态的源码。java public enum State { /** * Thread state for a thread which has not yet started. * 线程刚刚被建立,尚未开始。 */ NEW, /** * Thread state for a runnable thread. A thread in th
相关文章
相关标签/搜索