Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/11/2007, 09:22
dieguito01
 
Fecha de Ingreso: abril-2007
Mensajes: 77
Antigüedad: 17 años, 9 meses
Puntos: 0
Re: Esperar una interrupcion

Me falto detallar.

Código:
while (datos==null) 
{
ObjectInputStream datos;

datos = new ObjectInputStream( cliente1.getInputStream() );

}

return(entrada.readObject);
Entonces no me gusta estar haciendo un while.