AtomicReferenceArray

Guide to working with AtomicReferenceArray.

If you are interviewing, consider buying our number#1 course for Java Multithreading Interviews.

Overview

The official documentation of the AtomicReferenceArray states that it is an array of object references, ...