标签:top end java 线程 运行 优先 优先级 cpu 完成后 art
优先级高的线程先抢占cpu并得以执行,所获得的cpu时间片也多,执行效率高,执行速度快
// newPriority 只能取值1-10 数字越低优先级越高
public final void setPriority(int newPriority)
// 1、同步方法
class 类名{
public synchornized 返回值 方法名(){}
}
标签:top end java 线程 运行 优先 优先级 cpu 完成后 art
原文地址:https://www.cnblogs.com/jzsg/p/10888365.html