String word = “hello”; Int len = word.length(); 위와 같은 방식으로 자바에서 글자 수를 셀 수 있습니다. len의 값은 5가 됩니다. 자리수는 h부터 o까지 0,1,2,3,4 입니다.