1.

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

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


Discussion

No Comment Found