摘要: Ref: JVM Run-Time Data Areas1 class SimpleThread extends Thread {2 public SimpleThread(String name) {3 super(name);4 }5 public vo... 阅读全文
posted @ 2014-03-18 22:01 wonkju 阅读(329) 评论(0) 推荐(0) 编辑
摘要: Ref: Java 6 Thread States and Life CycleThis is an example of UMLprotocol state machinediagram showingthread statesandthread life cyclefor the Thread... 阅读全文
posted @ 2014-03-18 20:56 wonkju 阅读(483) 评论(0) 推荐(0) 编辑