1 Class Timer 定时器 Timer 类位于java.util包,并且继承自根类 Object,具体为: public class Timer extends Object 线程调度任务是可以在后台线程中执行的能力。任务可以执行一次,……