Technicolor interview question

is string a mutable?

Interview Answer

Anonymous

13 Aug 2018

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