问题详情
已知如下的命令执行java MyTest a b c 请问哪个语句是正确的()
A、args[0] = "MyTest a b c"
B、args[0] = "MyTest"
C、args[0] = "a"
D、args[1]= "c"