Why string class is immutable in java-Justify code example
Example: why are string immutsble in java
In java, string objects are immutable. Immutable simply means unmodifiable or unchangeable.
Once string object is created its data or state can't be changed but a new string object is created.