String[] arguments = new String[10]; // ou bien : int[][] uneMatrice = new int[4][5]; // ou encore : int[][] quatreLignes = new int[4][];