public class Parent { public static class Child { { System.out.println("Child Created"); } } }