SyntaxFix
Write A Post
Hire A Developer
Questions
Why not write your own join() method? It would take as parameters collection of Strings and a delimiter String. Within the method iterate over the collection and build up your result in a StringBuffer.