1. Why to use StringBuffer in Java instead of the string concatenation operator stackoverflow.comSomeone told me it's more efficient to use |
2. Java: StringBuffer & Concatenation stackoverflow.comI'm using StringBuffer in Java to concat strings together, like so:
I would like to know if there's a method (although I didn't find anything from a ... |