单选题:下列选项中,可以正确实现String初始化的是
下列选项中,可以正确实现String初始化的是
A.String str='hello';
B.String str=12345;
C.String str="product";
D.String str=good;
答案:C
A.String str='hello';
B.String str=12345;
C.String str="product";
D.String str=good;
答案:C