Question: What does string immutability mean? You cannot change the contents of a string once you have created it . You can, however, overwrite a string
What does string immutability mean?
You cannot change the contents of a string once you have created it You can, however, overwrite a string variable with a new value.
String variables can never, ever change once they have been created.
You can alter the first character of a string and leave the rest of the string intact.
You can modify a string any way you want.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
