试题详情
单项选择题 public class Foo {  public void main( String[] args ) {  System.out.println( “Hello” + args[0] );  }  }   What is the result if this code is executed with the command line?()

A、 Hello

B、 Hello Foo

C、 Hello world

D、 Compilation fails.

E、 The code does not run.

  • E
  • 关注下方微信公众号,在线模考后查看

热门试题