Given:
And the command:
java Main Helloworld
What is the result ?
Input: Echo:
Input: Helloworld Echo: Helloworld
Input:
Then block until any input comes from System.in.
Echo: Helloworld
A NullPointerException is thrown at run time.
Submit