filmov
tv
Java String concat() method

Показать описание
Java string concat() method concatenates multiple strings. This method appends the specified string at the end of the given string and returns the combined string. We can use concat() method to join more than two strings.