I assume that concatenating String to String will have slightly better performance, since they do not need to be converted to Character and calling the toString () method on it.
Java Language Specification:
15.18.1.1 String Conversion
String .
x T , :
• T , Boolean (x).
• T char, (x).
...