|    
			
				24/06/2009, 10:17
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: agosto-2008 Ubicación: Cajamarca 
						Mensajes: 49
					 Antigüedad: 17 años, 2 meses Puntos: 0 |  | 
  |  Respuesta: Como realizar cast  
  Integer.parseInt() parses a string to a number, nombreDelObjeto.intValue() just return the value of a Long as an int, so the second method is faster. But take care, your Long object must not be null.      |