Example & Tutorial understanding programming in easy ways.

How to sort list of strings - case insensitive?

Collections.sort(list, String.CASE_INSENSITIVE_ORDER);

Read More →