Are the primitive data types like int & short thread-safe in Java? I have executed the following code and couldn\'t see expected result 500 som
int
short
Primitive types are not thread safe. Check this tutorial.