You can also use Apache Lang library:
org.apache.commons.lang.StringUtils:
method join.
So:


StringUtils.join(array, "");

does the job.