A question for all the java wizards?
Ok, so I'm making a program that asks users for info about students (name, gender, etc) and I want to be create many student objects and sort them by name, gender, and everything else. Is there a way I can take the stuff the user inputs (gender, name, etc) and create an object with those attributes? If not, is there another way to sort the students?