What is a Final Variable?
A final variable is a variable which has been initialized to a fixed value which cannot be changed after initialization.
In older programming languages, a final variable would be called a constant.
|
Bookmark What is a Final Variable?

