2009-09-10 37 views

risposta

3

si consiglia inoltre di includere il tentativo di cattura:

try { 
    Thread.sleep(20*1000); 
} catch(InterruptedException e) { } 
+3

dovrebbe essere InterruptedException, non tutte le eccezioni, in generale, –

Problemi correlati