摘要:
public class ThreadPoolDemo { public static void main(String[] args) { /** * 总结: 池中线程数量固定,不会发生变化 使用无界的LinkedBlockingQueue,要综合考虑生成与消费能力,生成过剩,可能导致堆内存溢出。 阅读全文
posted @ 2018-08-21 15:32
RealWorld♂
阅读(118)
评论(0)
推荐(0)