-->
当前位置:首页 > 题库

单选题:Which one below is defined by the Runnable interface?

Luz5年前 (2021-05-10)题库1037
Which one below is defined by the Runnable interface? @[D](2)

A. sleep();
B. start();
C. wait();
D. run();





A.sleep();
B.start();
C.wait();
D.run();


答案:D