多线程多态的实现机制:(1) 掌握 Executors 可以创建的三种线程池的特点及适用范围。1.继承 Thread 类,重写父类 run()方法2.实现 runnable 接口3.使用 ExecutorService、Callable、F
2020-10-26