Given: (Exhibit) executed with this command: java Main one two three What is the result? By Singh | January 1, 2023 0 Comment Given:executed with this command:java Main one two threeWhat is the result? A. It creates an infinite loop printing:0). one1). two1). two… B. A java.lang.NullPointerException is thrown. C. 0). one D. 0). one1). two2). three E. The compilation fails. Correct Answer: A