Quantcast
Channel: S. Nageswara Rao, Corporate Trainer – Way2Java
Viewing all articles
Browse latest Browse all 505

Java StringBuffer Methods: append() Example

$
0
0
StringBuffer, with its nature of mutability, comes with many methods that do not exist in String. One useful method is append() method which appends anything to the existing contents. Following is the method signature as defined StringBuffer class. public StringBuffer append(String str): String str is appended at the end of the contents existed in StringBuffer. […]

Viewing all articles
Browse latest Browse all 505

Trending Articles