CS202 Java-112
String concatenation (+)
l
Concatenation uses the + operator.
l
l
A built-in type value can be concatenated
with a string because Java automatically
converts the built-in type value for you to a
string first.
l
l