List<String> list = new ArrayList<String>(Arrays.asList(string.split(" , "))); // string.split also accept regular expressions