SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the StringUtils.join() method of Apache Commons Lang:
StringUtils.join()
String join = StringUtils.join(joinList, "+");