Content deleted Content added
m keyword (computer) -> keyword (computing), there is no computer named keyword |
I don't think so. If you stand by it, please explain. |
||
Line 27:
= Final variables =
A '''final [[variable]]''' is [[immutable]]. It can only be assigned to
Unlike the value of a [[constant (computer science)|constant]], the value of a final variable is not necessarily known at compile time.
|