

MCQOPTIONS
Saved Bookmarks
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() | |