Which of the following methods are methods of the String class?
delete()
append()
reverse()
replace()
Click to view the answer
D
A, B, and C look like String methods, but they are not.