Q4 Single choice Flag Given:executed with this command:java Main one two threeWhat 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. Correct answer