Retrieves the character used to separate list items in the current locale.
public String getListSeparator()
Returns a String object containing the character used to separate list items.
Use this method to determine the proper character to use for the current locale to separate items in a list of items. For example, a comma is used in many locales.
See Also setListSeparator