public class ArgsTest { public static void main(String[] args) { System.out.println("args hat " + args.length + " Elemente"); for(int i=0; i