摘要:
java.lang.Thread类增强特性如下:线程优先级已经更改。java.lang.Thread.MIN_PRIORITY = 1java.lang.Thread.NORM_PRIORITY = 5java.lang.Thread.MAX_PRIORITY = 10为查询执行线程的状态提供了新的Thread.State枚举类及getState()方法。线程类增加了新的dump方法-getStackTrace()和getAllStackTraces(),为获取当前线程或者是所有线程的stack trace提供了编程的方法。以前只在ThreadGroup类中提供的uncaughtExcep.. 阅读全文