You can print the entire contents of args like so:
System.out.println(Arrays.toString(args));
6
solved String args display
You can print the entire contents of args like so:
System.out.println(Arrays.toString(args));
6
solved String args display