Java final Keyword

From NovaOrdis Knowledge Base
Revision as of 19:46, 27 September 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * java =Overview= A <tt>final</tt> variable may only be assigned to once. The final variable may be defined unassigned and immediately assigned...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

A final variable may only be assigned to once. The final variable may be defined unassigned and immediately assigned to ("definite assignment").