Examveda
Examveda

Which of the following is true about string concatenation in Java?

A. It always requires using the + operator.

B. It's a costly operation in terms of performance.

C. It can only concatenate strings with numbers.

D. It doesn't change the original strings.

Answer: Option D


This Question Belongs to Java Program >> Strings

Join The Discussion

Related Questions on Strings