/** * CommandArgs.java * * * Created: Wed Apr 11 11:43:52 2001 * * @author * @version */ public class CommandArgs { public CommandArgs (){ } /** * A demonstration of the java command line arguments. */ public static void main (String[] args) { for (int i=0; i