MutableBuffer class is a buffer on which
certain string operations such as concatenation can be performed very
efficiently. Unlike String objects, MutableBuffers can be altered without
requiring a new object allocation. A MutableBuffer object can provide better
performance for algorithms that involve frequent concatenations to build up
longer string objects because it creates fewer intermediate objects.