전체 글 썸네일형 리스트형 4:59 (Feb 12th, 2021) 더보기 [java] What is 'substring' ? Today, I met with problem i should use tool of substring to solve. So, I investigated some sites and I studid that tool. Let's start it! First of all, It has two kinds of method. ❏ String substring(int index) This method gets the String from the index position to the last character positon. Let me show you an example. This will print "345". Because 'substring' starts from 0 not 1. ❏ String subst.. 더보기 4:59 (Feb 11th, 2021) 더보기 난수 생성 (Random 클래스) 더보기 split 으로 문자열 나눠 배열에 저장 더보기 String to int , int to String 더보기 난수 생성 (Math.random() 사용) 더보기 중복요소 제거 (hashSet 사용) 더보기 이전 1 ··· 9 10 11 12 13 14 15 ··· 17 다음