public class ConstructorTest { public static void main(String[] args) { new ConstructorTest(); } }