Concurrency Quote by Brian Goetz
““Whenever more than one thread accesses a given state variable, and one of them might write to it, they all must coordinate their access to it using synchronization.””
““Whenever more than one thread accesses a given state variable, and one of them might write to it, they all must coordinate their access to it using synchronization.””