Author: 떠돌이개발자

Java프로그래밍

자바 소숫점 타입의 문자열을 Integer.parseInt() 또는 Long.parseLong() 타입으로 형변환시 java.lang.NumberFormatException 발생할때 해결방법

오라클  DB에서 조회결과값이 스트링타입의 소숫점이 있는 경우  Integer.parseInt() 또는 Long.parseLong() 타입으로 형변환시 java.lang.NumberFormatException 발생한다. java.lang.NumberFormatException: For input string:”5454.6″ 오류 픽스방법 소숫점 타입의 문자열을 정수형 int...
error: Content is protected !!