I am looking to implement a sort feature for my address book application.
I want to sort an ArrayList contactArray. Contact
ArrayList contactArray
Contact
You shoud use the Arrays.sort function. The containing classes should implement Comparable.