摘要: 在Executor接口中只定义了execute方法,而submit方法则是在ExecutorService接口中定义的。 execute没有返回值,而submit有返回值。 转自: https://www.cnblogs.com/CarpenterLee/p/9558026.html 阅读全文
posted @ 2019-12-23 10:34 wf.zhang 阅读(340) 评论(0) 推荐(0) 编辑