线程池中submit()和execute()方法有什么区别?

  • execute() 参数 Runnable ;submit() 参数 (Runnable) 或 (Runnable 和 结果 T) 或 (Callable)
  • execute() 没有返回值;而 submit() 有返回值
  • submit() 的返回值 Future 调用get方法时,可以捕获处理异常


原文链接
 


 

所有资源资源汇总于公众号



 

 

posted @ 2019-12-09 09:36  ConstXiong  阅读(2552)  评论(0编辑  收藏  举报