Java / final keyword
Define a Blank final variable.
A final variable declared but not assigned is known as a blank final variable. It can be initialized within a constructor only. It raises a compilation error if it is not initialized.
More Related questions...