Java View all facts Glossary Help |
| syntactic unit > access unit > variable > constant > named constant |
| named constant comparison table | |||
| Subject | is a kind of | is a synonym of | has definition |
|---|---|---|---|
| constant | variable | final variable | A variable with a value that never changes |
| named constant | constant | A constant that has a name |
Next constant: string constant Up: constant Previous constant: constant that is declared in an interface