<<< Automatic growth of StringBuilder capacity | Index | StringBuilder equals( ) method >>> |
length() returns number of characters of the text data in the StringBuilder
setLength() method changes length of the text data encapsulated by the StringBuilder object
capacity() returns capacity of the StringBuilder object
<<< Automatic growth of StringBuilder capacity | Index | StringBuilder equals( ) method >>> |