I have got the following line from Oracle Java tutorial You can find this here Execution under the heading "12.4. Initialization of Classes and Interfaces"
Initialization of a class consists of executing its static initializers and the initializers for static fields (class variables) declared in the class.
It will be great if someone explain me How "initializers for static fields" is referring to "class variables".