Interview Question
Qus: What is the meaning of Immutable?
Answers (2)
For example: If you want give new value to old value then it will discard the old value and create new instance in memory to hold the new value.
If you want to assign give new value to string then it will discard the old value and create new instance in memory to hold the new value.