How can you make String mutable in Java?
Using StringBuilder or StringBuffer
Using final keyword
By modifying the existing String object
By using String.concat()
This question is part of this quiz :