sorting array of objects
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
Jan MontanoPosted Jun 22, 2007, 5:04 AM