Yes is immutable, can't be modified. for the string pool
2
Anonymous
Apr 10, 2019
Yes String is immutable because everytime when you change the value it creates different object so you can't change value in current object and if you apply final upon it then it will become 100% immutable where you can't change the ref also