Technicolor interview question

is string a mutable?

Interview Answer

Anonymous

Aug 13, 2018

No. String is a data type. It is not mutable. However the constant assigned to the string variable is mutable.