String str = String.join(",", arr);
String[] ary = "abc".split(""); //(java.lang.String[]) [, a, b, c]
Arrays.toString(charArr);