What is the output if the command line arguments is : Patil?
class Program {
public static void main(String args[]) {
system.out.println(" HelloWorld"+args[0]+","+args[1]);
}
}


Posted on by