• 2022-06-05
    下列方法可以通过Thread类就可以调用,而不需要通过Thread类的实例进行调用的是 ( )
    A: sleep()
    B: start()
    C: setPriority()
    D: suspend()
  • 举一反三