标签: java string
如果String不是Java中的Primitive数据类型,并且如果Java不支持运算符重载,那么这怎么可能
String x = "foo"; System.out.print( x + "bar");
它打印foobar。怎么样?!