Skip to content
laurayuwen edited this page Sep 7, 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.

Reference Readings:

http://dl.acm.org.proxy2.library.illinois.edu/citation.cfm?id=1040305.1040336&coll=DL&dl=GUIDE&CFID=710540030&CFTOKEN=88787217

Clone this wiki locally