Seperator espacial em string em java

String[] splitted = "peter,james,thomas".split(",");
Faithful Finch