Answers for "why are java strings immutable"

5

string immutable in java

In java, string objects are immutable. 
Immutable basically means unmodifiable
or unchangeable.
Once string object is created its data or
state can't be changed but a new
  string object is created
Posted by: Guest on January-22-2021

Code answers related to "why are java strings immutable"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language