stringbuffer length

length() StringBuffer Example

StringBuffer comes with many utility methods to do operations on strings apart String class own methods. One such method is length() StringBuffer. 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 length() StringBuffer method signature …

length() StringBuffer Example Read More »