Content deleted Content added
m fixed citation template(s) to remove page from Category:CS1 maint: Extra text & general fixes using AWB (11376) |
No edit summary Tags: Mobile edit Mobile web edit |
||
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 which may only be assigned once.
Once a <code>'''final'''</code> variable has been assigned, it always contains the same value. If a <
==Final classes==
|