Is Java Boolean Atomic?

Is Java Boolean Atomic? The AtomicBoolean class provides you with a boolean variable which can be read and written atomically, and which also contains advanced atomic operations like compareAndSet() . The AtomicBoolean class is located in the java. util. … atomic package, so the full class name is java. What are atomic variables in Java?