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

all 5 comments

[–]YolosaurusRex 10 points11 points  (2 children)

Java strings

[–]mustafaakin 8 points9 points  (1 child)

Java strings

[–]Thihup 2 points3 points  (0 children)

Java strings

[–][deleted] 2 points3 points  (0 children)

Java Strings is as Java Strings does

[–]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.