单项选择题

执行以下程序,stuName 的值是( )。 String stuName = new String("张三"); stuName.concat("李四");

A.null
B.张三
C.李四
D.张三李四