StringBuffer strBuffer = new StringBuffer(); strBuffer.append("I don't think"); strBuffer.sppend("we're in Kansas anymore"); String string = strBuffer.toString();