본문 바로가기

개발/Java

Integer.parseInt()

String을 int로 형변환 할때 사용한다.

API(Integer class 에서 parseInt를 검색)

ex) int first =  Integer.parseInt(args[0]);