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

单选题:Which method below can change the priority of a thread?

Luz5年前 (2021-05-10)题库838
Which method below can change the priority of a thread? @[B](2)

A. run()
B. setPriority()
C. yield()
D. sleep()



A.run()
B.setPriority()
C.yield()
D.sleep()


答案:B