Posts by Bozo • 23 points
1 post
-
2
votes2
answers3247
viewsQ: Separating strings from an Arraylist with comma
I don’t have much knowledge of Java, I would like to separate the string from my List, with ", ". List<String> nomes = Arrays.asList("Paulo", "Ana", "Zeno", "Beno"); for(int i=0;…