Immutable String in Java
Yes, the Strings are immutable in java. Immutable means static that is unmodifiable or unchangeable. Once we create the string object then we are unable to change its data. But we can create a new ...
Yes, the Strings are immutable in java. Immutable means static that is unmodifiable or unchangeable. Once we create the string object then we are unable to change its data. But we can create a new ...