单项选择题

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

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