sorting array of objects

Jun 14 2007 4:45 PM
Greetings, i have created an object like this Employee[] E = new Employee[8]; every object contains informations about every employee one of them is there payment my question is how can i sort those objects ascending from there payment ? thanks

Answers (1)