Java Practices -> Compare and sort Strings
Concise presentations of java programming practices, tasks, and conventions, amply illustrated with syntax highlighted code examples. ... Comparing and sorting Strings is a bit tricky, and should be done with some care. This is particularly true when the ...