( asch | 2016. 06. 22., sze – 10:51 )

megfelelő exception kezelés:

int doSomething(){
try{
....
} catch (Throwable t)
{return 1;}
return 0;
}