Skip to content
laurayuwen edited this page Sep 6, 2015 · 5 revisions

The Java memory model describes how threads in the Java programming language interact through memory. Together with the description of single-threaded execution of code, the memory model provides the semantics of the Java programming language.

Clone this wiki locally