Content deleted Content added
No edit summary |
Cleaned sentence. |
||
Line 27:
= Final variables =
A '''final [[variable]]''' is [[Immutable object|immutable]]
Unlike the value of a [[constant (computer science)|constant]], the value of a final variable is not necessarily known at compile time.
|