Java View all facts Glossary Help |
syntactic unit > keyword > volatile |
volatile comparison table |
Subject | is an instance of | is a kind of | is a subtopic of | indicate that | modify | has definition |
---|---|---|---|---|---|---|
keyword | syntactic unit | A word that has special meaning in Java | ||||
volatile | keyword | Threads | the field is used by synchronized threads and that the compiler should not attempt to perform optimizations with it | fields |