Yeeka
2011-09-28 16:07:57 UTC
Name
Number
Position
How can I sort this ArrayList based on the alphabetical order of names, and then print them to the screen? I want to arrange the objects from A-Z. For example if I have three objects - and their respective names are Ben, Chris and Andrew.
I want to arrange them, so I can print each name of each object:
Andrew
Ben
Chris
Thanks for any help out there!