Normally use the String concatenations using : +, StringBuffer.append(), String.concat(). We always think that using ‘+’ operator for String Concatenation is slow. This is true but not always. For Ex: String str = “Th ...