Which of the following is NOT a valid reason to use a string builder in Java instead of concatenating strings using the operator? - Study24x7
Social learning Network
2 followers study24x7 02 Jul 2024 12:14 PM study24x7 study24x7

Which of the following is NOT a valid reason to use a string builder in Java instead of concatenating strings using the + operator?

A

It reduces memory usage

B

It is faster for concatenating multiple strings

C

It is immutable

D

It can be used in multi-threaded environments

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles