/**
* demo use of a stringbuffer
***/
public class stringbufferdemo
{
public static void main(string args[]) throws exception
{
stringbuffer sb = new stringbuffer();
sb.append("hello, world!
");
sb.append(123);
sb.append(", ");
sb.append(2.5);
system.out.println(sb.tostring());
}
}
闽公网安备 35060202000074号