What will be the output?
public class F0091
{
public static void main(String args[])
{
System.out.prinltn("Hello"+args[0]);
}
}
What will be the output of the program. If this code is executed with the command line: Java F0091 world.

Posted on by