Home » JAVA Programming » Strings » Question
  1. Which of this method of class StringBuffer is used to concatenate the string representation to the end of invoking string?
    1. join()
    2. concatenate()
    3. append()
    4. concat()
    5. None of these
Correct Option: C

append()



Your comments will be displayed only after manual approval.