SyntaxFix
Write A Post
Hire A Developer
Questions
If you use Java8 or above, you can use with stream() with native.
publicArray.stream() .map(Object::toString) .collect(Collectors.joining(" "));