형변환
Strinig to int
String str = "str";
int i = Integer.parseInt(str);
int to String
int i = 100;
String str = Integer.toString(i);
'IT' 카테고리의 다른 글
[오라클/ORACLE]INSERT, UPDATE, DELETE 구문 (0) | 2017.04.19 |
---|---|
[오라클/ORACLE]OVER() 함수 (0) | 2017.04.19 |
[이클립스/Eclipse]java was started but returned exit code=1 (0) | 2017.04.17 |
WAS서버 ,WEB서버 (0) | 2017.04.14 |
[이클립스/Eclipse]이클립스 설치(NEON) (0) | 2017.04.13 |