/** * Title: ShowArgs * Description: Demonstration of getting command line arg values. * Tries to print each arg as an int, catches exceptions. * @author hollingd@cs.rpi.edu */ public class ShowArgs2{ public static void main(String[] args) { // first print them each as string for (int i=0;i