Computer Applications

What is concatenation? On which data type is concatenation performed?

Java Operators

39 Likes

Answer

Concatenation means joining two strings together. It is performed on String data type.

Answered By

24 Likes


Related Questions