Java String compareTo
Java String concat
The java string concat() method combines specified string at the end of this string. It returns combined string. It is like appending another string.
Signature
The signature of string concat() method is given below:
Parameter
anotherString : another string i.e. to be combined at the end of this string.
Returns
combined string
Java String concat() method example
java string java string is immutable so assign it explicitly
No comments:
Post a Comment