注意:此页面搜索的是所有试题
下列定义String变量s的语句中,错误的是()
A.String s=neww“Yes!”;
B.String s=newwString(“yes!”)
C.String s;
D.String s=”Yes!”;

参考答案