Given: (Exhibit) executed with this command: java Main one two three What is the output of this class? By Singh | January 7, 2023 0 Comment Given:executed with this command:java Main one two threeWhat is the output of this class? A. 1) one2) two3) three B. A java.lang.ArrayIndexOutOfBoundsException is thrown. C. 1) one D. The compilation fails. E. nothing Correct Answer: A