1: package test; 2: 3: public class WriteUseArgument { 4: 5: public static void main(String[] args) { 6: System.err.println(args); 7: } 8: }