Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

volatile in java

For Java, “volatile” tells the compiler that the value of 
a variable must never be cached as its value may change 
outside of the scope of the program itself.
 
PREVIOUS NEXT
Tagged: #volatile #java
ADD COMMENT
Topic
Name
4+6 =