synchronized methods meaning in English
同步方法:同步方法是指明某个方法在某个时刻只能由一个线程访问。
Examples
- Decomposing synchronized methods
同步方法的分解 - As seen before , synchronized methods acquire a lock on the object
正如在前面看到的那样,同步方法获取对象的一个锁。 - Synchronized methods are methods that are used to control access to an object
同步的方法是被用来控制访问对象的方法。 - A : synchronized methods are methods that are used to control access to an object
同步的方法是被用来控制访问对象的方法。 - Object that modify the copier state be declared as synchronized methods
对象中)来修改复印机状态。这个方法就是同步方法。