Given a Collection of Strings, how would you join them in plain Java, without using an external Library?
Given these variables:
Collection
In Java 8:
String.join (separator, data)