Do you have SCJP/OCPJP certification? Then you should know static methods can not be added to an interface. You should also know that you can access static members from an instance method, but accessing instance members from a static method will give you a compiler error.