Answer: B) Ensures a field is always read/written directly to main memory, preventing CPU caching optimizations volatile tells the compiler and CPU not to cache the field value in a register. It ...