In a static method, one can create only static variables, Then:
ClassA myclass = new ClassA();
does myclass is also an static variable?