What is the best(fastest) way to sort an array of Strings (using Java 1.3).
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
If it's not possible for some reason due to limitations of the platform, you can get ideas from its source. |
|||||
|
|
|
You can use this code for sort the string values,
Also see this sample code for using bubble sort,
|
||||
|
|