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 […]
↧