Content deleted Content added
Max Schwarz (talk | contribs) Added {{Javadoc:SE}} links |
Removed incorrect statement about local variables |
||
Line 15:
}
A '''final [[variable]]''' is a [[constant]]. It must be assigned a value at [[declaration (computer science)|declaration]], and the variable can later be used but not assigned a new value
Example:
|