public static void main(String[] args) { User user1 = new User(); System.out.println(user1); User user2 = new User(); System.out.println(user2); }