Which of the following methods cause the String object referenced by s to be changed?
concat()
toUpperCase()
replace()
Click to view the answer
D
String objects are immutable and cannot be changed.