6-..................................operatoris used to concatenate or join two or more strings.
Please answer this question......
Please don't spam.......
Answers
Answered by
3
Answer:
Using the + operator is the most common way to concatenate two strings in Java. You can provide either a variable, a number, or a String literal (which is always surrounded by double quotes)
Similar questions