<<< Creating StringBuilder object | Index | Common StringBuilder methods >>> |
StringBuilder has a buffer describing the allocated memory block.
Contained text data might not occupy the entire buffer
The length of text can be different from length of the buffer
The actual length of buffer determines StringBuilder's capacity
<<< Creating StringBuilder object | Index | Common StringBuilder methods >>> |