My question may be newbie or duplicate, but i wonder what is happening when several threads try to read a static variable at the same time. I'm not interesting in synchronization now, i just want to know are they reading it instantly or by turn?
UPDATE: my question is more in domain of physics or smth like that(= if it is the same moment of time when threads read the variable.