ICSE Class 10 Computer Applications
Question 23 of 26
Operators in Java — Question 23
Back to all questions 23
Question Question 23
What is concatenation? On which data type is concatenation performed?
Concatenation means joining two strings together. It is performed on String data type.