Up to the most recent stable version, Java 8, objects of type String are immutable. That is, any change in a String causes the creation of a new object String .
Is not this harmful from a performance standpoint?
What wa...
asked by
10.11.2016 / 18:28