1. public class Test { 2. public static void main( String[] args) { 3. String foo = args[1]; 4. String bar = args[2]; 5. String baz = args[3]; 6. System.out.println(“baz = “ + baz); 7. } 8. }
Show comments for this question (1) Add comments Link to this question