a StringBuilder is used to concatenate strings
append the passed value to this builder and return this
a string value
clear the contents
return the concatenated string according to the current collected values.
a StringBuilder is used to concatenate strings