java 线程同步(官方文档翻译)
注意:本人英语水平很差全靠词典,翻译会有很多不准,希望大家指正。
The Java programming language provides multiple mechanisms for communicating between threads.
Java编程语言提供了多种机制线程间通信。
The most basic of these methods is synchronization, which is implemented using monitors.
这些方法中...




