public interface ParentInter { public static class Child { { System.out.println("Child Created From Interface"); } } }