单项选择题

下面程序段输出的结果是(     )
String s0 = new String("hello , Java!");
System.out.println(s0.length( )); A.
10 B.
11 C.
9 D.
15