I do not have much knowledge of Java, I would like to separate the strings from my List, with ",".
List<String> nomes = Arrays.asList("Paulo", "Ana", "Zeno", "Beno");
for(int i=0; i<nomes.size(); i++) {
System.out.format("%s%s",...
asked by
06.05.2017 / 20:16