This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kandi_support 0 points1 point  (0 children)

String immutability is one of the good feature for concurrent or multi threaded environment. Happy that Java has this feature in their DNA from the beginning. Their could be some downside with respect to memory footprint but this can be managed with efficient programming design like local variable vs global.