Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/05/2013, 13:08
Avatar de francoBalsamo
francoBalsamo
 
Fecha de Ingreso: mayo-2013
Ubicación: San Jorge
Mensajes: 6
Antigüedad: 10 años, 11 meses
Puntos: 2
Respuesta: Espera en Conexiones remotas

Código Java:
Ver original
  1. Thread t = new Thread("ThreadConnection", new Runnable() {
  2.     void run()
  3.     {
  4.         Conexion cxn=new Conexion();
  5.     }
  6. });
  7. t.start();

Me estas sugiriendo algo así??