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

Given:

executed with this command:

java Main one two three

What is the result?

  • A

    0). one

  • B

    0). one1). two2). three

  • C

    The compilation fails.

  • D

    It creates an infinite loop printing:0). one1). two1). two...

  • E

    A java.lang.NullPointerException is thrown.