Java Love
por
- 16/09/2008 a las 20:25 (2504 Visitas)
Humano chico = new Humano("hombre");
Humano chati = new Humano("mujer");
try
{
chico.salir_conmigo(chati);
}
catch (BitchException e)
{
chico.contestar("Da igual, si tampoco me gustabas, era por meterla en caliente");
}
finally
{
chico.meter_mano(chati);
}