问题:
[单选题]Which of the following statement is incorrect?
AAfter creating the class object, jvm will immediately initialize the static variables
BStatic methods cannot access non-static methods
CStatic methods cannot access non-static variables
DStatic variables are initialized before being called by any static method