Thread: main method
View Single Post
  #4 (permalink)  
Old 12-17-2007, 07:17 PM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
You can enter more than one argument on the command line. The arguments will be treated as an array. "[]" is the array operator. "args" is (declared as) a String array.
Reply With Quote