java.lang.StringBuilder

This is a string which has a mutable buffer. This class is not thread safe, for that use {@link StringBuffer} instead. The default capacity of this builder is 16 characters.