SyntaxFix
Write A Post
Hire A Developer
Questions
From Apache Commons library:
import org.apache.commons.lang3.StringUtils
Use:
StringUtils.join(slist, ',');
Another similar question and answer here