Content deleted Content added
conjunction choice |
|||
Line 27:
= Final variables =
A '''final [[variable]]''' is [[Immutable object|immutable]]; it can only be assigned
Unlike the value of a [[constant (computer science)|constant]], the value of a final variable is not necessarily known at compile time.
|