package test; public interface Util { public static void testStatic() { System.out.println("Util.testStatic() called!"); } }