int java.lang.String.length()

송병훈·2022년 3월 21일
0

method

목록 보기
7/13

int java.lang.String.length()


이 문자열의 길이를 반환합니다.
길이는 문자열 내의 Unicode 코드 단위 수와 동일합니다.


Returns the length of this string. The length is equal to the number of Unicode code units in the string.

Specified by: length() in CharSequence

Returns:the length of the sequence of characters represented by this object.

profile
성실하고 꼼꼼하게

0개의 댓글