• 2022-05-28
    ​下列说法中,错误的一项是( )。‎
    A: Thread类中没有定义run()方法
    B: 可以通过继承Thread类来创建线程
    C: Runnable接口中定义了run()方法
    D: 可以通过实现Runnable接口创建线程