• 2021-04-14
    【单选题】下列说法中,错误的一项是()。A.Thread类中没有定义run()方法B.可以通过继承Thread类来创建线程C.Runnable接口中定义了run()方法D.可以通过实现Runnable接口创建线程
    A. Thread类中没有定义run()方法
    B. 可以通过继承Thread类来创建线程
    C. Runnable接口中定义了run()方法
    D. 可以通过实现Runnable接口创建线程