Default Methods default void default_method() { System.out.println("We are default method of interface"); } Static Methods static void static_method() { System.out.println("We are static method of ...