首页题库练习题目详情
面向对象程序设计单选题中等

在Java中,哪种机制可以实现更灵活的线程同步?

Asynchronized关键字。
Bvolatile关键字。
CLock接口。
DThread.sleep()方法。