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

Join The Discussion