String.join(",", yourListString);
List of Objetcs:
String content = yourListObjs.stream() .map(obj -> obj.toString()) .collect(Collectors.joining(System.lineSeparator()));
String.join(",", yourListString);
String content = yourListObjs.stream() .map(obj -> obj.toString()) .collect(Collectors.joining(System.lineSeparator()));
list.sort(String::compareToIgnoreCase);
https://superuser.com/questions/590600/ufw-is-active-but-not-enabled-why etting ENABLED=yes in /etc/ufw/ufw.conf did it for me. $ sudo ...