摘要: Callable接口 特点 1.有返回 2.可以抛出异常 代码实现,Callable接口开启线程 public class CallableTest { public static void main(String[] args) throws ExecutionException, Interru 阅读全文
posted @ 2022-04-16 22:18 ShamUnite 阅读(181) 评论(0) 推荐(0)