public class Constructor { public static void main(String[] args) { // 생성자 new // Person person1 = new Person() } }