Vidyalelo
Java Programming · Q110

Data Types and Variables

Programming · Java Programming · question 110

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board