随笔分类 -  多线程

摘要:1.首先说一下ExecutorService和Executor有什么区别,ExecutorService 是一个接口,它继承自Executor接口,所以ExecutorService使用Executor里面的方法 2.execute方法是Executor接口里面的方法,不是ExecutorServi 阅读全文
posted @ 2020-06-14 20:45 石三爷 阅读(3392) 评论(0) 推荐(0)