Language/Java

문자열 자르기 - substring() java.lang.String 클래스의 substring() 메소드는 문자열의 특정 부분을 잘라내는 데 사용합니다. Method Signature substring() 메소드는 다음과 같이 2가지 형태로 사용할 수 있습니다. public String substring(int startIndex) public String substring(int startIndex, int endIndex) substring(int startIndex) startIndex부터 끝까지의 문자열을 리턴합니다. public String substring(int startIndex) substring() 메소드는 위 그림과 같이 substring() 메소드에 파라미터를 1개만 전달(star..
https://www.oracle.com/kr/java/technologies/downloads/#java11-windows Download the Latest Java LTS Free Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts. www.oracle.com 다운로드 링크 내 PC > 고급시스템 설정 > 시스템 속성 > 환경 변수 시스템 변수에서 JAVA_HOME 설치한 jdk 경로 추가 Path 경로 들어가서 설치한 jdk 경로에서 bin 경로로 추가 CMD 창에서 java-version 확인
불타는고굼이
'Language/Java' 카테고리의 글 목록