Difference between revisions of "Command line arguments"
From MyWiki
Line 1: | Line 1: | ||
− | + | ||
<source lang="java"> | <source lang="java"> |
Latest revision as of 13:16, 3 March 2015
args.length = 3 args[0] = "1234" args[1] = "www.caltech.edu" args[2] = "olive festival"