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

以下语句输出的结果是:()
Stringstr=""1234"";
intx=4,y=5;
str=str+(x+y);
System.out.println(str);

A.12349
B.123445
C.会产生编译错误
D.123+4+5

热门试题