Java Programming/Keywords/const
From Wikibooks, open books for an open world
const is a reserved keyword, presently not being used.
In other programming languages, such as C, const is often used to declare a constant. However, in Java, final is used instead.
This page may need to be