企源知识库
专业知识收录平台
一个线程要从运行状态自动进入就绪状态,需要使用的方法是( )
分类:
Java语言程序设计(一)(04747)
发表:2024年09月14日 05时09分27秒
作者:
admin
阅读:
(3)
一个线程要从运行状态自动进入就绪状态,需要使用的方法是( )
A、notify()
B、sleep()
C、yield()
D、wait()
【正确答案】:C
【题目解析】:运行状态是某个就绪的线程获得cpu,正在运行,如果有更高优先级的线程进入就绪状态,则该线程被迫放弃对CPU的控制权,进入就绪状态。使用yield()方法可以使线程主动放弃cpu。
上一篇
We decided to leave the waitress a big _____ because her service was excellent.
下一篇
The History of English
The history of the English language began over 1500 years ago in the north of Europe. Around the fifth century A.D., tribes (部落) of people ____1_____as the Angels, Saxons and Jutes traveled west from Germany and Denmark ___
Top
首页
后台登录
×
×