Java / final keyword
What is Static blank final variable?
It is a blank final variable declared as static. That is, a final static variable declared but not given a value or not initialized is known as a static blank final variable. It can be initialized through a static block only.
More Related questions...