Programming Tutorials

Comment on Tutorial - Transient vs Volatile modifiers in Java By Reema sen



Comment Added by : billGates

Comment Added at : 2010-07-06 16:56:13

Comment on Tutorial : Transient vs Volatile modifiers in Java By Reema sen
The example is wrong, because there are two seperate instances of ExampleThread, so the testValue is not shared by the threads

View Tutorial