Jump to content
Wikibooks The Free Textbook Project

Java Programming/Keywords/const

From Wikibooks, open books for an open world

This is the current revision of this page, as edited by Tanbiruzzaman (discuss | contribs) at 02:11, 9 October 2024 (Reverted edits by 213.176.72.6 (talk) to last version by Strange quark). The present address (URL) is a permanent link to this version.

Revision as of 02:11, 9 October 2024 by Tanbiruzzaman (discuss | contribs) (Reverted edits by 213.176.72.6 (talk) to last version by Strange quark)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

AltStyle によって変換されたページ (->オリジナル) /