The code should use the class's name when calling a static method.
ClassName.method();

Do not use a reference to an instance of the class to call a static method.

Do some reading in the Java...