1.

What is volatile variable and there purpose?

Answer»

What is volatile VARIABLE and there PURPOSE?
Volatile variables are those variables that always READ from the main memory and not from THREAD cache memory. And these are mainly used during syncronization.



Discussion

No Comment Found