Java OCA OCP Practice Question 27

Question

Which of the following methods are methods of the String class?

  • A. delete()
  • B. append()
  • C. reverse()
  • D. replace()


D

Note

A, B, and C look like String methods, but they are not.




PreviousNext

Related