java并发--原子操作_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > java并发--原子操作

java并发--原子操作

 2013/8/11 19:07:41  wjj_jean  程序员俱乐部  我要评论(0)
  • 摘要:参考:http://www.vogella.com/articles/JavaConcurrency/article.html#concurrency_overviewreadingorwritingavariable(exceptthevariableisoftypelongordouble)onlyandifvolatilekeywordwasdeclaredthenoperationtypelongordoublevariablesi++isnotatomaticoperation
  • 标签:Java 操作 Java并发

参考:http://www.vogella.com/articles/JavaConcurrency/article.html#concurrency_overview

?

  • reading or writing a variable(except the variable is of type long or double)
  • only and if volatile keyword was declared then operation type long or double variables
  • i++ is not atomatic operation(AtomicInteger Or AtomicLong can handler this)
发表评论
用户名: 匿名