A language built for fun
This project is maintained by cometlang
inherits Object final
A StringBuilder is a way of creating a string that can be appended to without the overhead of extra allocations and general interning that each regular string will incur.
append()
concatenates a String onto this string builder in place+
concatenates a String onto this string builder in place