IBM interview question

kafka topic Difference between String, String Builder, and String Buffer. Ans: String: String variables are stored in “constant string pool”. Once the string reference changes the old value that exists in the “constant string pool”, it cannot be erased.