找考题网-背景图
单项选择题

下列构造String的语句中,不正确的是()。

A.String str2="";
B.String str1=new String();
C.String str4=""+123;
D.String str3=new String(123);

热门试题