Java
isEmpty(), isBlank()
KDW999
2023. 1. 29. 22:44
isEmpty()
문자열의 길이가 0일 경우 true 반환
isBlank()
문자열이 비었거나 공백일 경우 true 반환