单项选择题

现有代码片段:     
String  s="123";     
String sl=S+456; 
请问sl的结果是哪项?()     

A. 123456
B. 579
C.编译错误
D.运行时抛出异常

相关考题