// StringBuilder String stringBuilderConcat = new StringBuilder() .append(greeting) .append(" ") .append(person) .append("! Welcome to the ") .append(location) .append("!") .build();