2.9 所有对象必须创建
创建句柄时,我们希望它同一个新对象连接。通常用new关键字达到这个目的。
String s = new String("asdf");
Next Page