// simple concatenation
final
String
greeting
=
"Happy"
+
" "
+
"birthday."
;