Input
Output
public class CommandLine{ public static void main(String args[]){ System.out.println("Enter the first argument: "+args[0]); } }