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

Java StringBuffer Methods: length() Example

$
0
0
StringBuffer comes with many utility methods to do operations on strings apart String class own methods. One such method is length() method. StringBuffer class comes with two methods – length() to find the number of characters present in the buffer and capacity() method to know the buffer size. Following is the method signature as defined […]

Viewing all articles
Browse latest Browse all 505

Trending Articles