I would like a real practice No

By marking Yes you confirm your interest in gaining experience and practice on-site at this company. Answer the questions carefully and a company representative will contact you.

72.5% of young people receive offers after confirmation
8 565 young people have already got a practice or a job in this way

15

9. What will be the output of the program?

 

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

 

if this code is executed with the command line:

> java F0091 world

 

Log in to answer