标签: java string oop object
通过以下两种方法形成类String的新对象之间有什么区别:
String
String str1 = "Welcome";
String str1 = new String("Welcome");