StringBuffer stringBuffer = new StringBuffer(30); System.out.println(stringBuffer.capacity()); stringBuffer.append("Test");