×

synchronized method meaning in Chinese

同步方法

Examples

  1. Keyword ; they are using the member locks , not the object - wide lock that a synchronized method acquires
    关键字。它们使用的是成员锁,而不是synchronized方法能够获得的对象级锁。
  2. A thread only executes a synchronized method after it has acquired the lock for the method ' s object or class
    一个线程,在它获取了某个方法的对象或类的锁之后,只执行一个同步的方法。
  3. If a thread is holding a lock because it s in a synchronized method or block of code , it does not release the lock when it calls
    如果线程正拥有一个锁(因为它在一个同步方法或代码块中) ,则当它调用
  4. Beware that the way the generated proxy creates a call object depends on whether you have chose to use synchronized methods or not
    请注意,生成的代理创建call对象的方法取决于您是否选择了使用同步方法。
  5. Result objects on multiple threads , these objects can be converted to thread - safe instances by calling their synchronized methods
    结果对象,则通过调用这些对象的同步方法,可以将它们转换成线程安全的实例。
More:   Prev  Next

Related Words

  1. synchronizing
  2. synchronizing arrangement
  3. synchronizing characteristics
  4. synchronizing minesweeping
  5. synchronized ventilation
  6. automatic synchronize
  7. synchronizing symbol
  8. self synchronizing
  9. synchronizing impulse
  10. synchronized iterative algorithm
  11. synchronized lifting equipment
  12. synchronized methods
  13. synchronized microprocessor
PC Version

Copyright © 2018 WordTech Co.