org.apache.commons.lang.StringUtils의 defaultString(str, str)과 defaultIfEmpty(str, str)의 차이

By | 5월 31, 2011

defaultString(str, str)은 첫 번째 인수가 공백문자("") 일 경우에 NULL이라고 인식하지 않는 반면에,

defaultIfEmpty(str, str)는 첫 번째 인수가 공백문자("")일 경우에도 NULL이라고 인식한다.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments