What is blank final variable

What is blank final variable

Answer: A final variable that is not initialized as part of its declaration. Such a variable must be initialized in either an instance initialization block or all of the constructors for its class before it is used. A static blank final variable must be initialized in a static initialization block.

Leave a Reply

Your email address will not be published. Required fields are marked *