package interfaces; public interface TheInterface { int getValue(); String doit(); }