ex) id 값이 널인지 확인 하려면 

id.equals(null) > 위 에러 발생

=> 확인 하려는 값이 널인지 확인 하려면 첫번째 자리에 들어가면 안됨.

id==null or "null".equals(id)

+ Recent posts