Q110
What will be the output of the following Java program? class c public void main( String[] args ) System.out.println( "Hello" + args[0] );
A.
Hello c
B.
Hello
C.
Hello world
D.
Runtime Error
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board