Content deleted Content added
Randomblue (talk | contribs) |
|||
Line 31:
A <tt>final</tt> variable in Java is equivalent to a <tt>const</tt> variable in C++.
Unlike the value of a [[constant (computer science)|constant]], the value of a final variable is not necessarily known at compile time.
Example:
|