Content deleted Content added
Added reference to transitivity. |
m →top: WP:CHECKWIKI error fixes using AWB (12052) |
||
Line 2:
In the [[Java (programming language)|Java programming language]], the <code>'''final'''</code> [[Keyword (computing)|keyword]] is used in several different contexts to define an entity that can only be assigned once.
Once a <code>'''final'''</code> variable has been assigned, it always contains the same value. If a <code>'''final'''</code> variable holds a reference to an object, then the state of the object may be changed by operations on the object, but the variable will always refer to the same object (this property of <code>'''final'''</code> is called
==Final classes==
|