Dev / Spring & Servlet[jstl] JSTL 값 비교 2018년 8월 27일 - by YeonS - Leave a Comment 1.같다 eq 또는 == ex) <c:if test=”${null eq con}”> 2. 객체 인스턴스가 있는가 empty ex) <c:if test=”${null empty con}”> 3. 다르다 ne 또는 != ex) <c:if test=”${null ne con}”>