Given the following classes:
public abstract class Super { protected static Object staticVar; protected static void staticMethod() { System.out.p
According to this article, when you call static method or use static filed of a class, only that class will be initialized.
Here is the example screen shot.