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