单项选择题

下列语句中错误的是

A.String S[]="how","are";
B.byte b=255;
C.String s="one"+"two";
D.int i=2+2000;