What does the following program print when executed with the command line arguments Java Learning?
public static void main(String[] args) {
System.out.println(args[0] + " is fun!");
}
What does the following program print when executed with the command line arguments Java Learning?
public static void main(String[] args) {
System.out.println(args[0] + " is fun!");
}