length / length() / size()
1. length
- arrays(int[], double[], String[])
- 배열의 길이
2. length()
- String related Object(String, StringBuilder, ...)
- 문자열의 길이
3. size()
- Collection Object(ArrayList, Set, ...)
- 컬렉션 프레임워크 타입의 길이
참고자료
728x90
728x90