Answers for "what is the immutable? and why string is immutable in java?"

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 "what is the immutable? and why string is immutable in java?"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language