+ 6
String immutable
what is immutable and why string is immutable explain it with example
4 Answers
+ 6
thank you for your previous replies
+ 4
https://stackoverflow.com/questions/22397861/why-is-string-immutable-in-java
^ The top rated response here gives a pretty good explanation.
+ 4
In simple words , immutable means the value of string can not be altered .