Cuando lanzas la excepcion ahi termina la ejecucion.
Ej:
Código HTML:
int x=5;
while(x>4){
x=3;
if(x==3){
System.out.println("entro antes del throw");
throw new Exception();
}
System.out.println("no entra despues de lanzar la excepcion");
}
__________________
-URL=
Go PHP5.
-Age=22.
-Learning=PHP,J2EE,Struts,MAMBO,C++,JSON,AJAX,XHTML ,CSS.