+ 7
Strings is inmutable. It doesn't change. Some of its methods return a modified version but the original string remains unchanged. StringBuilder is mutable and you could change its text content.
14th Apr 2019, 2:18 PM
Javier Felipe Toribio
Javier Felipe Toribio - avatar