public class Alog
{
public static void main(String[] args)
{
String str = new B() + null;
System.out.println(str);
}
}
please tell me why,some said that new Stringbuffer().append(new B().toString()).append(null);so where is that thanks very much