爪哇 并发编程面试专栏 2021-10-09 731.Java 实现线程有哪几种方式? 继承 Thread 类实现多线程 实现 Runnable 接口方式实现多线程 使用 ExecutorService、Callable、Future 实现有返回结果的多线程