摘要: Callable接口: public interface Callable<V> { V call() throws Exception; } Runnable接口: public interface Runnable { public abstract void run(); } 相同点: 不同点 阅读全文
posted @ 2016-05-18 23:13 每天一点 阅读(51801) 评论(0) 推荐(10) 编辑