No diré muchas tonterías, solo te postularé el código.
El código específico es el siguiente:
Prueba de clase pública {/*** Cómo eliminar un elemento en una matriz y avanzar en java ** @param args*@throws ioexception*/public static void main (string [] args) {string [] matrices = {"," "," "," ",", "" "}; system.println (" antes de la deleción: "); arrays.length; ");}} public static string [] RemoTiTem (String [] Arrays, String Str) {String [] temparr = new String [arrays.length]; int i =; for (String s: Arrays) {if (! S.Equals (str)) {temparr [i] = s; i ++; }} return temparr;}}