单项选择题

已知如下的命令执行java My Test a b c,下列( )语句是正确的。

A.args[0]="My Test a b c"
B.args[0]="MyTest"
C.args[0]="a"
D.args[0]="abc"