Relative Content

Tag Archive for javastaticfinal

Java static final

Declared final static variable and then Assigning a value to the final static variable inside a static block then getting error final variable can not be initialise how to resolve this ?