Hi all,
I am new in java. How can I sort a linked list on the basis of a particular string..?
I have created a class with two elements,
1. Name
2. Address
and I am reading these elements many times
Now I want to sort this on the basis of name..
Please help me .. Thanks in advance....