A string class in java represents character strings, mainly all literal strings in java programs. String class has various methods for string manipulation, an example of this is the:
Public string concat
ONE SOLUTION