My experiments with technology

Entries from August 2009

java.util.concurrent.atomic: How to use Java Atomic Classes? AtomicInteger

August 28, 2009 · Leave a Comment

It has been some time since the release of Java 5. It introduced a number of improvements in terms of classes to handle concurrency concerns. Today I will cruising thru the java.util.concurrent.atomic package and looking at the package’s relevance in tackling real-life issues.

(more…)

Categories: Uncategorized