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