The operator used to perform String Concatenation is *
Answers
Answered by
3
'+'
The operator used to perform String concatenation is '+'.
Actually, most of the programming languages support string concatenation and use different operators for the same. In JAVA, '+' operator is used for string concatenation.
Similar questions