Question:

What will be the output of the program, if this code is executed with the command line:

java F0091 world

public class F0091 
{    
    public void main( String[] args ) 
    {  
        System.out.println( "Hello" + args[0] ); 
    } 
}

 

Answers:


Keywords:

© 2017 QuizBucket.org