public class Person { int id; int age; public static void main(String args[]){ Person p1= new Person(); }}