Hey, @softwarebrahma. Thanks for the feedback. AtomicInteger#getAndIncrement() and AtomicInteger#incrementAndGet() are indeed the standard way of using atomic variables. We'll take this to the team ...
The Java Concurrency Utilities are high-level concurrency types that facilitate threading tasks especially on multicore systems. Part 1 of this introduction featured java.util.concurrent‘s Executor ...