Given: (Exhibit) And the command: java Main Helloworld What is the result ? By Singh | December 31, 2022 0 Comment Given:And the command:java Main HelloworldWhat is the result ? A. Input: Echo: B. Input: Helloworld Echo: Helloworld C. Input:Then block until any input comes from System.in. D. Input:Echo: Helloworld E. A NullPointerException is thrown at run time. Correct Answer: C