I have a Character array (not char array) and I want to convert it into a string by combining all the Characters in the array.
Character
I have tried the following f
At each index, call the toString method, and concatenate the result to your String s.