How to compare String with null ?? (Java in General forum at JavaRanch)
and here is the output: inbox.jsp : strMId : null inbox.jsp : (strMId == null) : false inbox.jsp : (strMId.equals(null)) : false inbox.jsp : (strMId.equals("null")) : true inbox.jsp : The string "null" is not a number. Exception is java.lang.NumberFormatE...