What is static blank final variable in Java?
Answers
Answered by
2
A final variable declared but not initialized (or not given a value) is known as blank final variable. It can be given a value through a constructor only (but not through a method call). 2. What is static blank final variable? It is simply a blank final variable declared extra as static.Jul 29, 2014....
please mark me brainliest....
I also follow you...
Similar questions