Which Of This Method Of Class Stringbuffer Is Used To #386
Which of this method of class StringBuffer is used to concatenate the string representation to the end of invoking string?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java String Handling - StringBuffer Class in java - Quiz No.1.
Which of this method of class StringBuffer is used to concatenate the string representation to the end of invoking string?
concat()
append()
join()
concatenate()