ICSE Class 9 Computer Applications Question 18 of 21

Operators in Java — Question 18

Back to all questions
18
Question

Question 18

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

Answer

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