单项选择题

顺序执行下列程序语句后,则b的值是( )。
StringA=Hello;
String b=A. substring(0,2);

A.Hello
B.hello
C.Hel
D.null