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. 0). one C. 0). one1). two2). three D. The compilation fails. E. A java.lang.NullPointerException is thrown. Correct Answer: A