hi,
I have an array of Student Object. Student has name, age and phone number attribute. I need to sort this array on the basis on name ,age and Phone number .
How to do that.
I have read about Arrays.sort().
But how to apply this on Student arrays' attributes.
plz help...
Thanks in advance
Deepali


