Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these method of class StringBuffer is used to concatenate the string representation to the end of invoking string?
  2. A.
    concat()
    B.
    append()
    C.
    join()
    D.
    concatenate()

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    append()


Be The First To Comment