- A Hello
- B Hello Foo91
- C Hello world
- D The code does not run.
java F0091 world" />
java F0091 world" />
java F0091 world" />
Java Programming Language MCQ Java Language Fundamental
⚠ Report ✓ Question Verified Copy Link
public class F0091
{
public void main( String[] args )
{
System.out.println( "Hello" + args[0] );
}
}
What will be the output of the program, if this code is executed with the command line:
> java F0091 world
Learn More MCQ Questions from Java Programming Language MCQ Java Language Fundamental