Technically Feasible

Java Volatile Keyword

on tutorials.jenkov.com

The Java volatile keyword guarantees variable visibility across threads, meaning reads and writes are visible across threads.