Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/08/2002, 23:14
Avatar de java
java
 
Fecha de Ingreso: junio-2002
Mensajes: 95
Antigüedad: 22 años, 9 meses
Puntos: 1
Re: Paso de String a int

es con mayuscula:
Integer.parseInt("777");

y lanza una NumberFormatException

throws NumberFormatException

:)