Java final Keyword
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").
A final variable may only be assigned to once. The final variable may be defined unassigned and immediately assigned to ("definite assignment").