Memory Model
The memory model defines the relationship between objects and memory location and deals in particular with the question: What happens if two threads access the same memory locations.
The memory model defines the relationship between objects and memory location and deals in particular with the question: What happens if two threads access the same memory locations.