Vidyalelo
Java Programming · Q72

Strings

Programming · Java Programming · question 72

Q72

Which of this method of class StringBuffer is used to concatenate the string representation to the end of invoking string?

A.
concat()
B.
append()
Answer
C.
join()
D.
concatenate()

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board