syntax of array code example Example: array in java //Metodo 1 type nome = new type[n]; //Metodo 2 type nome[]; nome = new type[n];