public class MainClass{ public static void main(String[] argv){ StringBuffer buf = new StringBuffer(10); System.out.println(buf.capacity()); } }
10