Exit 1Z0-819 Java SE 11 Developer
Question 1 of 5
0% complete
Q1 Single choice

Given:

And the command:

java Main Helloworld

What is the result ?

  • A

    Input: Echo:

  • B

    Input: Helloworld Echo: Helloworld

  • C

    Input: Then block until any input comes from System.in.

  • D

    Input: Echo: Helloworld

  • E

    A NullPointerException is thrown at run time.

Previous Next